File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ if !exists("main_syntax")
1818 let main_syntax = ' javascript'
1919endif
2020
21- " " Drop fold if it set but VIM doesn't support it.
21+ " " Drop fold if it is set but VIM doesn't support it.
2222let b: javascript_fold= ' true'
2323if version < 600 " Don't support the old version
2424 unlet ! b: javascript_fold
2525endif
2626
27- " " dollar sigh is permittd anywhere in an identifier
27+ " " dollar sign is permittd anywhere in an identifier
2828setlocal iskeyword += $
2929
3030syntax sync fromstart
@@ -83,7 +83,7 @@ syntax match javaScriptLabel /\(?\s*\)\@<!\<\w\+\(\s*:\)\@=/
8383" " JavaScript Prototype
8484syntax keyword javaScriptPrototype prototype
8585
86- " " Programm Keywords
86+ " " Program Keywords
8787syntax keyword javaScriptSource import export
8888syntax keyword javaScriptType const undefined var void yield
8989syntax keyword javaScriptOperator delete new in instanceof let typeof
You can’t perform that action at this time.
0 commit comments