Skip to content

Commit f753e93

Browse files
authored
Merge pull request #394 from jerryskye/update_missing_comma
Fix missing comma in `indent/ruby.vim` in `s:syng_strcom` list
2 parents ed2104b + b46fce0 commit f753e93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indent/ruby.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ let s:syng_stringdoc = s:syng_string + ['Documentation']
5858
" Syntax group names that are or delimit strings/symbols/regexes or are comments.
5959
let s:syng_strcom = s:syng_stringdoc + [
6060
\ 'Character',
61-
\ 'Comment'
61+
\ 'Comment',
6262
\ 'HeredocDelimiter',
6363
\ 'PercentRegexpDelimiter',
6464
\ 'PercentStringDelimiter',

0 commit comments

Comments
 (0)