File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ syntax match jsSwitchColon contained /:/ skipwhite skipempty nextgro
112112
113113" Keywords
114114syntax keyword jsGlobalObjects Array Boolean Date Function Iterator Number Object Symbol Map WeakMap Set RegExp String Proxy Promise Buffer ParallelArray ArrayBuffer DataView Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray JSON Math console document window Intl Collator DateTimeFormat NumberFormat fetch
115- syntax keyword jsGlobalNodeObjects module exports global process
115+ syntax keyword jsGlobalNodeObjects module exports global process __dirname __filename
116116syntax match jsGlobalNodeObjects / require/ containedin =jsFuncCall
117117syntax keyword jsExceptions Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError
118118syntax keyword jsBuiltins decodeURI decodeURIComponent encodeURI encodeURIComponent eval isFinite isNaN parseFloat parseInt uneval
You can’t perform that action at this time.
0 commit comments