We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f621002 commit c6cf517Copy full SHA for c6cf517
1 file changed
indent/javascript.vim
@@ -42,7 +42,7 @@ let s:syng_string = 'regex\c'
42
let s:syng_multiline = 'comment\c'
43
44
" Regex of syntax group names that are line comment.
45
-let s:syng_linecom = 'linecomment'
+let s:syng_linecom = 'linecomment\c'
46
47
" Expression used to check whether we should skip a match with searchpair().
48
let s:skip_expr = "synIDattr(synID(line('.'),col('.'),1),'name') =~ '".s:syng_strcom."'"
0 commit comments