File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ syntax match jsNoise /\%(:\|,\|\;\|\.\)/
3636" " Program Keywords
3737syntax keyword jsType function
3838syntax keyword jsStorageClass const var let
39- syntax keyword jsOperator delete instanceof typeof void
39+ syntax keyword jsOperator delete instanceof typeof void new in
4040syntax match jsOperator / \( !\| |\| &\| +\| -\| <\| >\| =\| %\|\/\| *\|\~\|\^\) /
4141syntax keyword jsBoolean true false
4242
@@ -117,11 +117,11 @@ else
117117endif
118118
119119" " Statement Keywords
120- syntax keyword jsStatement yield break continue
120+ syntax keyword jsStatement break continue with
121121syntax keyword jsConditional if else switch
122122syntax keyword jsRepeat do while for
123123syntax keyword jsLabel case default
124- syntax keyword jsKeyword new in with
124+ syntax keyword jsKeyword yield
125125syntax keyword jsException try catch throw finally
126126
127127syntax keyword jsGlobalObjects Array Boolean Date Function Iterator Number Object RegExp String Proxy ParallelArray ArrayBuffer DataView Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray Intl JSON Math console document window
You can’t perform that action at this time.
0 commit comments