We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b33f2 commit 47ec99eCopy full SHA for 47ec99e
1 file changed
syntax/javascript.vim
@@ -23,7 +23,7 @@ if version < 600 && exists("javaScript_fold")
23
unlet javaScript_fold
24
endif
25
26
-"" dollar sign is permittd anywhere in an identifier
+"" dollar sign is permitted anywhere in an identifier
27
setlocal iskeyword+=$
28
29
syntax sync fromstart
0 commit comments