Remove text mate highlighting of more JS/TS built-ins
Identifying specific symbols is a better fit for semantic highlighting instead of textmate as semantic highlighting prevents false positives This keeps around a few of the most built-ins for now but we may revisit these in the futurepull/144224/head
parent
b391749606
commit
1da08937d8
|
@ -3566,59 +3566,10 @@
|
|||
"name": "variable.language.arguments.js",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(arguments)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.builtin.js",
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Array|ArrayBuffer|Atomics|BigInt|BigInt64Array|BigUint64Array|Boolean|DataView|Date|Float32Array\n |Float64Array|Function|Generator|GeneratorFunction|Int8Array|Int16Array|Int32Array|Intl|Map|Number|Object|Proxy\n |Reflect|RegExp|Set|SharedArrayBuffer|SIMD|String|Symbol|TypedArray\n |Uint8Array|Uint16Array|Uint32Array|Uint8ClampedArray|WeakMap|WeakSet)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.error.js",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))((Eval|Internal|Range|Reference|Syntax|Type|URI)?Error)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.promise.js",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Promise)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.function.js",
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(clear(Interval|Timeout)|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|escape|eval|\n isFinite|isNaN|parseFloat|parseInt|require|set(Interval|Timeout)|super|unescape|uneval)(?=\\s*\\()"
|
||||
},
|
||||
{
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Math)(?:\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(?:\n (abs|acos|acosh|asin|asinh|atan|atan2|atanh|cbrt|ceil|clz32|cos|cosh|exp|\n expm1|floor|fround|hypot|imul|log|log10|log1p|log2|max|min|pow|random|\n round|sign|sin|sinh|sqrt|tan|tanh|trunc)\n |\n (E|LN10|LN2|LOG10E|LOG2E|PI|SQRT1_2|SQRT2)))?\\b(?!\\$)",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "support.constant.math.js"
|
||||
},
|
||||
"2": {
|
||||
"name": "punctuation.accessor.js"
|
||||
},
|
||||
"3": {
|
||||
"name": "punctuation.accessor.optional.js"
|
||||
},
|
||||
"4": {
|
||||
"name": "support.function.math.js"
|
||||
},
|
||||
"5": {
|
||||
"name": "support.constant.property.math.js"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(JSON)(?:\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(parse|stringify))?\\b(?!\\$)",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "support.constant.json.js"
|
||||
},
|
||||
"2": {
|
||||
"name": "punctuation.accessor.js"
|
||||
},
|
||||
"3": {
|
||||
"name": "punctuation.accessor.optional.js"
|
||||
},
|
||||
"4": {
|
||||
"name": "support.function.json.js"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(import)\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(meta)\\b(?!\\$)",
|
||||
"captures": {
|
||||
|
|
|
@ -3566,59 +3566,10 @@
|
|||
"name": "variable.language.arguments.js.jsx",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(arguments)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.builtin.js.jsx",
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Array|ArrayBuffer|Atomics|BigInt|BigInt64Array|BigUint64Array|Boolean|DataView|Date|Float32Array\n |Float64Array|Function|Generator|GeneratorFunction|Int8Array|Int16Array|Int32Array|Intl|Map|Number|Object|Proxy\n |Reflect|RegExp|Set|SharedArrayBuffer|SIMD|String|Symbol|TypedArray\n |Uint8Array|Uint16Array|Uint32Array|Uint8ClampedArray|WeakMap|WeakSet)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.error.js.jsx",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))((Eval|Internal|Range|Reference|Syntax|Type|URI)?Error)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.promise.js.jsx",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Promise)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.function.js.jsx",
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(clear(Interval|Timeout)|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|escape|eval|\n isFinite|isNaN|parseFloat|parseInt|require|set(Interval|Timeout)|super|unescape|uneval)(?=\\s*\\()"
|
||||
},
|
||||
{
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Math)(?:\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(?:\n (abs|acos|acosh|asin|asinh|atan|atan2|atanh|cbrt|ceil|clz32|cos|cosh|exp|\n expm1|floor|fround|hypot|imul|log|log10|log1p|log2|max|min|pow|random|\n round|sign|sin|sinh|sqrt|tan|tanh|trunc)\n |\n (E|LN10|LN2|LOG10E|LOG2E|PI|SQRT1_2|SQRT2)))?\\b(?!\\$)",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "support.constant.math.js.jsx"
|
||||
},
|
||||
"2": {
|
||||
"name": "punctuation.accessor.js.jsx"
|
||||
},
|
||||
"3": {
|
||||
"name": "punctuation.accessor.optional.js.jsx"
|
||||
},
|
||||
"4": {
|
||||
"name": "support.function.math.js.jsx"
|
||||
},
|
||||
"5": {
|
||||
"name": "support.constant.property.math.js.jsx"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(JSON)(?:\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(parse|stringify))?\\b(?!\\$)",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "support.constant.json.js.jsx"
|
||||
},
|
||||
"2": {
|
||||
"name": "punctuation.accessor.js.jsx"
|
||||
},
|
||||
"3": {
|
||||
"name": "punctuation.accessor.optional.js.jsx"
|
||||
},
|
||||
"4": {
|
||||
"name": "support.function.json.js.jsx"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(import)\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(meta)\\b(?!\\$)",
|
||||
"captures": {
|
||||
|
|
|
@ -8,9 +8,21 @@ import { update } from 'vscode-grammar-updater';
|
|||
|
||||
function removeDom(grammar) {
|
||||
grammar.repository['support-objects'].patterns = grammar.repository['support-objects'].patterns.filter(pattern => {
|
||||
if (pattern.match && /\b(HTMLElement|ATTRIBUTE_NODE|stopImmediatePropagation)\b/g.test(pattern.match)) {
|
||||
if (pattern.match && (
|
||||
/\b(HTMLElement|ATTRIBUTE_NODE|stopImmediatePropagation)\b/g.test(pattern.match)
|
||||
|| /\bJSON\b/g.test(pattern.match)
|
||||
|| /\bMath\b/g.test(pattern.match)
|
||||
)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (pattern.name?.startsWith('support.class.error.')
|
||||
|| pattern.name?.startsWith('support.class.builtin.')
|
||||
|| pattern.name?.startsWith('support.function.')
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
return grammar;
|
||||
|
|
|
@ -3615,59 +3615,10 @@
|
|||
"name": "variable.language.arguments.ts",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(arguments)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.builtin.ts",
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Array|ArrayBuffer|Atomics|BigInt|BigInt64Array|BigUint64Array|Boolean|DataView|Date|Float32Array\n |Float64Array|Function|Generator|GeneratorFunction|Int8Array|Int16Array|Int32Array|Intl|Map|Number|Object|Proxy\n |Reflect|RegExp|Set|SharedArrayBuffer|SIMD|String|Symbol|TypedArray\n |Uint8Array|Uint16Array|Uint32Array|Uint8ClampedArray|WeakMap|WeakSet)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.error.ts",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))((Eval|Internal|Range|Reference|Syntax|Type|URI)?Error)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.promise.ts",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Promise)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.function.ts",
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(clear(Interval|Timeout)|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|escape|eval|\n isFinite|isNaN|parseFloat|parseInt|require|set(Interval|Timeout)|super|unescape|uneval)(?=\\s*\\()"
|
||||
},
|
||||
{
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Math)(?:\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(?:\n (abs|acos|acosh|asin|asinh|atan|atan2|atanh|cbrt|ceil|clz32|cos|cosh|exp|\n expm1|floor|fround|hypot|imul|log|log10|log1p|log2|max|min|pow|random|\n round|sign|sin|sinh|sqrt|tan|tanh|trunc)\n |\n (E|LN10|LN2|LOG10E|LOG2E|PI|SQRT1_2|SQRT2)))?\\b(?!\\$)",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "support.constant.math.ts"
|
||||
},
|
||||
"2": {
|
||||
"name": "punctuation.accessor.ts"
|
||||
},
|
||||
"3": {
|
||||
"name": "punctuation.accessor.optional.ts"
|
||||
},
|
||||
"4": {
|
||||
"name": "support.function.math.ts"
|
||||
},
|
||||
"5": {
|
||||
"name": "support.constant.property.math.ts"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(JSON)(?:\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(parse|stringify))?\\b(?!\\$)",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "support.constant.json.ts"
|
||||
},
|
||||
"2": {
|
||||
"name": "punctuation.accessor.ts"
|
||||
},
|
||||
"3": {
|
||||
"name": "punctuation.accessor.optional.ts"
|
||||
},
|
||||
"4": {
|
||||
"name": "support.function.json.ts"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(import)\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(meta)\\b(?!\\$)",
|
||||
"captures": {
|
||||
|
|
|
@ -3566,59 +3566,10 @@
|
|||
"name": "variable.language.arguments.tsx",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(arguments)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.builtin.tsx",
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Array|ArrayBuffer|Atomics|BigInt|BigInt64Array|BigUint64Array|Boolean|DataView|Date|Float32Array\n |Float64Array|Function|Generator|GeneratorFunction|Int8Array|Int16Array|Int32Array|Intl|Map|Number|Object|Proxy\n |Reflect|RegExp|Set|SharedArrayBuffer|SIMD|String|Symbol|TypedArray\n |Uint8Array|Uint16Array|Uint32Array|Uint8ClampedArray|WeakMap|WeakSet)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.error.tsx",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))((Eval|Internal|Range|Reference|Syntax|Type|URI)?Error)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.class.promise.tsx",
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Promise)\\b(?!\\$)"
|
||||
},
|
||||
{
|
||||
"name": "support.function.tsx",
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(clear(Interval|Timeout)|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|escape|eval|\n isFinite|isNaN|parseFloat|parseInt|require|set(Interval|Timeout)|super|unescape|uneval)(?=\\s*\\()"
|
||||
},
|
||||
{
|
||||
"match": "(?x)(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(Math)(?:\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(?:\n (abs|acos|acosh|asin|asinh|atan|atan2|atanh|cbrt|ceil|clz32|cos|cosh|exp|\n expm1|floor|fround|hypot|imul|log|log10|log1p|log2|max|min|pow|random|\n round|sign|sin|sinh|sqrt|tan|tanh|trunc)\n |\n (E|LN10|LN2|LOG10E|LOG2E|PI|SQRT1_2|SQRT2)))?\\b(?!\\$)",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "support.constant.math.tsx"
|
||||
},
|
||||
"2": {
|
||||
"name": "punctuation.accessor.tsx"
|
||||
},
|
||||
"3": {
|
||||
"name": "punctuation.accessor.optional.tsx"
|
||||
},
|
||||
"4": {
|
||||
"name": "support.function.math.tsx"
|
||||
},
|
||||
"5": {
|
||||
"name": "support.constant.property.math.tsx"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(JSON)(?:\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(parse|stringify))?\\b(?!\\$)",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "support.constant.json.tsx"
|
||||
},
|
||||
"2": {
|
||||
"name": "punctuation.accessor.tsx"
|
||||
},
|
||||
"3": {
|
||||
"name": "punctuation.accessor.optional.tsx"
|
||||
},
|
||||
"4": {
|
||||
"name": "support.function.json.tsx"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(import)\\s*(?:(\\.)|(\\?\\.(?!\\s*[[:digit:]])))\\s*(meta)\\b(?!\\$)",
|
||||
"captures": {
|
||||
|
|
|
@ -73,14 +73,14 @@
|
|||
},
|
||||
{
|
||||
"c": "Array",
|
||||
"t": "source.tsx meta.var.expr.tsx meta.function-call.tsx support.class.builtin.tsx",
|
||||
"t": "source.tsx meta.var.expr.tsx meta.function-call.tsx entity.name.function.tsx",
|
||||
"r": {
|
||||
"dark_plus": "support.class: #4EC9B0",
|
||||
"light_plus": "support.class: #267F99",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.class: #4EC9B0",
|
||||
"hc_light": "support.class: #267F99"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -181,14 +181,14 @@
|
|||
},
|
||||
{
|
||||
"c": "RegExp",
|
||||
"t": "source.ts meta.var.expr.ts new.expr.ts meta.function-call.ts support.class.builtin.ts",
|
||||
"t": "source.ts meta.var.expr.ts new.expr.ts meta.function-call.ts entity.name.function.ts",
|
||||
"r": {
|
||||
"dark_plus": "support.class: #4EC9B0",
|
||||
"light_plus": "support.class: #267F99",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.class: #4EC9B0",
|
||||
"hc_light": "support.class: #267F99"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -2089,14 +2089,14 @@
|
|||
},
|
||||
{
|
||||
"c": "require",
|
||||
"t": "text.html.derivative meta.embedded.block.html source.js meta.function-call.js support.function.js",
|
||||
"t": "text.html.derivative meta.embedded.block.html source.js meta.function-call.js entity.name.function.js",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "meta.embedded: #D4D4D4",
|
||||
"light_vs": "meta.embedded: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #795E26"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -145,14 +145,14 @@
|
|||
},
|
||||
{
|
||||
"c": "require",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js support.function.js",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js entity.name.function.js",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #795E26"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -301,14 +301,14 @@
|
|||
},
|
||||
{
|
||||
"c": "require",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js support.function.js",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js entity.name.function.js",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #795E26"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -457,14 +457,14 @@
|
|||
},
|
||||
{
|
||||
"c": "require",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js support.function.js",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js entity.name.function.js",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #795E26"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -613,14 +613,14 @@
|
|||
},
|
||||
{
|
||||
"c": "require",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js support.function.js",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js entity.name.function.js",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #795E26"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -769,14 +769,14 @@
|
|||
},
|
||||
{
|
||||
"c": "require",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js support.function.js",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js entity.name.function.js",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #795E26"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1117,14 +1117,14 @@
|
|||
},
|
||||
{
|
||||
"c": "require",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js support.function.js",
|
||||
"t": "source.js meta.var.expr.js meta.function-call.js entity.name.function.js",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #795E26"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -3745,14 +3745,14 @@
|
|||
},
|
||||
{
|
||||
"c": "Math",
|
||||
"t": "source.ts meta.namespace.declaration.ts meta.block.ts meta.class.ts meta.method.declaration.ts meta.block.ts meta.arrow.ts meta.block.ts meta.function-call.ts support.constant.math.ts",
|
||||
"t": "source.ts meta.namespace.declaration.ts meta.block.ts meta.class.ts meta.method.declaration.ts meta.block.ts meta.arrow.ts meta.block.ts meta.function-call.ts variable.other.object.ts",
|
||||
"r": {
|
||||
"dark_plus": "support.constant.math: #4EC9B0",
|
||||
"light_plus": "support.constant.math: #267F99",
|
||||
"dark_plus": "variable: #9CDCFE",
|
||||
"light_plus": "variable: #001080",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.constant.math: #4EC9B0",
|
||||
"hc_light": "support.constant.math: #267F99"
|
||||
"hc_black": "variable: #9CDCFE",
|
||||
"hc_light": "variable: #001080"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3769,14 +3769,14 @@
|
|||
},
|
||||
{
|
||||
"c": "random",
|
||||
"t": "source.ts meta.namespace.declaration.ts meta.block.ts meta.class.ts meta.method.declaration.ts meta.block.ts meta.arrow.ts meta.block.ts meta.function-call.ts support.function.math.ts",
|
||||
"t": "source.ts meta.namespace.declaration.ts meta.block.ts meta.class.ts meta.method.declaration.ts meta.block.ts meta.arrow.ts meta.block.ts meta.function-call.ts entity.name.function.ts",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #795E26"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -4909,14 +4909,14 @@
|
|||
},
|
||||
{
|
||||
"c": "setTimeout",
|
||||
"t": "source.ts meta.namespace.declaration.ts meta.block.ts meta.class.ts meta.method.declaration.ts meta.block.ts meta.function-call.ts support.function.ts",
|
||||
"t": "source.ts meta.namespace.declaration.ts meta.block.ts meta.class.ts meta.method.declaration.ts meta.block.ts meta.function-call.ts entity.name.function.ts",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #795E26"
|
||||
"hc_black": "entity.name.function: #DCDCAA",
|
||||
"hc_light": "entity.name.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue