We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622c0a8 commit c0392f3Copy full SHA for c0392f3
ftplugin/ruby.vim
@@ -34,6 +34,7 @@ if exists("loaded_matchit") && !exists("b:match_words")
34
let b:match_skip =
35
\ "synIDattr(synID(line('.'),col('.'),0),'name') =~ '" .
36
\ "\\<ruby\\%(String\\|StringDelimiter\\|ASCIICode\\|Escape\\|" .
37
+ \ "Regexp\\|RegexpDelimiter\\|" .
38
\ "Interpolation\\|NoInterpolation\\|Comment\\|Documentation\\|" .
39
\ "ConditionalModifier\\|RepeatModifier\\|OptionalDo\\|" .
40
\ "Function\\|BlockArgument\\|KeywordAsMethod\\|ClassVariable\\|" .
0 commit comments