Skip to content

Commit b46fce0

Browse files
committed
Fix missing comma in indent/ruby.vim in s:syng_strcom list
1 parent ed2104b commit b46fce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)