Skip to content

Instantly share code, notes, and snippets.

@kou
Created June 9, 2015 11:23
Show Gist options
  • Save kou/ce6f6ad1cbc3b7cec267 to your computer and use it in GitHub Desktop.
Save kou/ce6f6ad1cbc3b7cec267 to your computer and use it in GitHub Desktop.
たくさんの文字を折り返し。
@preformatted_keep_in_size = false
@syntax_highlighting_keep_in_size = false
include_theme("default")
match("**", PreformattedBlock) do |blocks|
blocks.prop_set("size", @xx_small_font_size)
blocks.wrap_mode = :char
blocks.margin_right = screen_x(7)
end
match("**", SyntaxHighlightingBlock) do |blocks|
blocks.prop_set("size", @xx_small_font_size)
blocks.wrap_mode = :char
blocks.margin_right = screen_x(7)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment