We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed2104b + b46fce0 commit f753e93Copy full SHA for f753e93
1 file changed
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