File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ syn keyword rubyTodo FIXME NOTE TODO OPTIMIZE XXX contained
272272syn match rubyComment " #.*" contains =rubySharpBang,rubySpaceError,rubyTodo,@Spell
273273if ! exists (" ruby_no_comment_fold" )
274274 syn region rubyMultilineComment start =" \% (\% (^\s *#.*\n\)\@ <!\% (^\s *#.*\n\)\)\% (\( ^\s *#.*\n\)\{ 1,}\)\@ =" end =" \% (^\s *#.*\n\)\@ <=\% (^\s *#.*\n\)\% (^\s *#\)\@ !" contains =rubyComment transparent fold keepend
275- syn region rubyDocumentation start =" ^=begin\z e\% (\s .*\)\= $" end =" ^=end\s * $" contains =rubySpaceError,rubyTodo,@Spell fold
275+ syn region rubyDocumentation start =" ^=begin\z e\% (\s .*\)\= $" end =" ^=end\% ( \s .* \)\= $" contains =rubySpaceError,rubyTodo,@Spell fold
276276else
277277 syn region rubyDocumentation start =" ^=begin\s *$" end =" ^=end\s *$" contains =rubySpaceError,rubyTodo,@Spell
278278endif
You can’t perform that action at this time.
0 commit comments