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 ed2104b commit b46fce0Copy full SHA for b46fce0
indent/ruby.vim
@@ -58,7 +58,7 @@ let s:syng_stringdoc = s:syng_string + ['Documentation']
58
" Syntax group names that are or delimit strings/symbols/regexes or are comments.
59
let s:syng_strcom = s:syng_stringdoc + [
60
\ 'Character',
61
- \ 'Comment'
+ \ 'Comment',
62
\ 'HeredocDelimiter',
63
\ 'PercentRegexpDelimiter',
64
\ 'PercentStringDelimiter',
0 commit comments