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.
2 parents 2648939 + 47ec99e commit 31f6effCopy full SHA for 31f6eff
syntax/javascript.vim
@@ -23,7 +23,7 @@ if version < 600 && exists("javaScript_fold")
23
unlet javaScript_fold
24
endif
25
26
-"" dollar sigh is permittd anywhere in an identifier
+"" dollar sign is permitted anywhere in an identifier
27
setlocal iskeyword+=$
28
29
syntax sync fromstart
@@ -182,7 +182,7 @@ syntax region javaScriptFuncName contained matchgroup=javaScriptFuncName
182
syn match javaScriptBraces "[{}\[\]]"
183
syn match javaScriptParens "[()]"
184
syn match javaScriptOpSymbols "=\{1,3}\|!==\|!=\|<\|>\|>=\|<=\|++\|+=\|--\|-="
185
-syn match javaScriptEndColons "[;,]$"
+syn match javaScriptEndColons "[;,]"
186
syn match javaScriptLogicSymbols "\(&&\)\|\(||\)"
187
188
" JavaScriptFold Function {{{
0 commit comments