|
77 | 77 | "debugToolBar.background": "#002933", |
78 | 78 | "editorGroupHeader.tabsBackground": "#002933", |
79 | 79 | "textLink.activeForeground": "#ffffff", |
80 | | - "textLink.foreground": "#00b7ff", |
| 80 | + "textLink.foreground": "#00b7ff" |
81 | 81 | }, |
82 | 82 | "tokenColors": [ |
83 | 83 | { |
|
90 | 90 | }, |
91 | 91 | { |
92 | 92 | "name": "const, let, import", |
93 | | - "scope": "storage.type, keyword.control.import.js, keyword.control.import.tsx, keyword.control.from.js, keyword.control.from.tsx, support.class.error.js, support.class.error.tsx", |
| 93 | + "scope": "storage.type, keyword.control.import, keyword.control.from, support.class.error", |
94 | 94 | "settings": { |
95 | 95 | "foreground": "#ff0e56" |
96 | 96 | } |
|
110 | 110 | } |
111 | 111 | }, |
112 | 112 | { |
113 | | - "scope": "meta.brace.round.js, meta.brace.round.tsx, punctuation.terminator.statement.js, punctuation.terminator.statement.tsx", |
| 113 | + "scope": "meta.brace.round, punctuation.terminator.statement", |
114 | 114 | "settings": { |
115 | 115 | "foreground": "#ffffff" |
116 | 116 | } |
117 | 117 | }, |
118 | 118 | { |
119 | 119 | "name": "{} , ()", |
120 | | - "scope": "punctuation.separator.comma.js, punctuation.separator.comma.tsx, punctuation.definition.block.js, punctuation.definition.block.tsx, punctuation.definition.parameters.begin.js, punctuation.definition.parameters.begin.tsx, punctuation.definition.parameters.end.js, punctuation.definition.parameters.end.tsx", |
| 120 | + "scope": "punctuation.separator.comma, punctuation.definition.block, punctuation.definition.parameters.begin, punctuation.definition.parameters.end", |
121 | 121 | "settings": { |
122 | 122 | "foreground": "#ffffff" |
123 | 123 | } |
|
136 | 136 | }, |
137 | 137 | { |
138 | 138 | "name": "template expression ${} and comparation", |
139 | | - "scope": "punctuation.accessor, meta.brace.square.js, meta.brace.square.tsx, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.relational, keyword.operator, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, constant.language.import-export-all.js, constant.language.import-export-all.tsx, entity.other.attribute-name.js, entity.other.attribute-name.tsx", |
| 139 | + "scope": "punctuation.accessor, meta.brace.square, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.relational, keyword.operator, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, constant.language.import-export-all, entity.other.attribute-name", |
140 | 140 | "settings": { |
141 | 141 | "foreground": "#ffbe79" |
142 | 142 | } |
|
163 | 163 | }, |
164 | 164 | { |
165 | 165 | "name": "variable object", |
166 | | - "scope": "variable.other.object.property, variable.other.property, meta.template.expression, support.variable.property, variable.language.super, support.class.component.js, entity.name.tag.js, entity.name.tag.tsx, entity.name.tag.style.html", |
| 166 | + "scope": "variable.other.object.property, variable.other.property, meta.template.expression, support.variable.property, variable.language.super, support.class.component.js, entity.name.tag, entity.name.tag.style.html", |
167 | 167 | "settings": { |
168 | 168 | "foreground": "#ff0e56" |
169 | 169 | } |
|
176 | 176 | }, |
177 | 177 | { |
178 | 178 | "name": "keys", |
179 | | - "scope": "meta.embedded.line, variable.other.object, variable.other.readwrite, entity.name.type.class, entity.name.type, entity.other.inherited-class, variable.parameter, variable.object.property.js, variable.object.property.tsx, support.function, storage.modifier.async.js, storage.modifier.async.tsx", |
| 179 | + "scope": "meta.embedded.line, variable.other.object, variable.other.readwrite, entity.name.type.class, entity.name.type, entity.other.inherited-class, variable.parameter, variable.object.property, support.function, storage.modifier.async", |
180 | 180 | "settings": { |
181 | 181 | "foreground": "#8be1f7" |
182 | 182 | } |
|
223 | 223 | }, |
224 | 224 | { |
225 | 225 | "name": "if else, try catch", |
226 | | - "scope": "keyword.control.conditional, keyword.control.trycatch.js, keyword.control.trycatch.tsx", |
| 226 | + "scope": "keyword.control.conditional, keyword.control.trycatch", |
227 | 227 | "settings": { |
228 | 228 | "foreground": "#09cbdd" |
229 | 229 | } |
|
483 | 483 | }, |
484 | 484 | // Vue configs |
485 | 485 | { |
486 | | - "scope": "entity.name.tag.template.html, keyword.control.export.js, keyword.control.export.tsx", |
| 486 | + "scope": "entity.name.tag.template.html, keyword.control.export", |
487 | 487 | "settings": { |
488 | 488 | "foreground": "#ff0e56" |
489 | 489 | } |
|
495 | 495 | } |
496 | 496 | }, |
497 | 497 | { |
498 | | - "scope": "keyword.control.default.js, keyword.control.default.tsx, support.class.builtin.js, support.class.builtin.tsx, meta.function-call.js, meta.function-call.tsx, keyword.control.as.js, keyword.control.as.tsx", |
| 498 | + "scope": "keyword.control.default, support.class.builtin, meta.function-call, keyword.control.as", |
499 | 499 | "settings": { |
500 | 500 | "foreground": "#64ffdbda" |
501 | 501 | } |
502 | 502 | }, |
503 | 503 | // webpack |
504 | 504 | { |
505 | | - "scope": "support.type.object.module.js, support.type.object.module.tsx, string.regexp.js, string.regexp.tsx, support.variable.object.node.js, support.variable.object.node.tsx", |
| 505 | + "scope": "support.type.object.module, string.regexp.js, string.regexp.tsx, support.variable.object.node", |
506 | 506 | "settings": { |
507 | 507 | "foreground": "#64ffdbda" |
508 | 508 | } |
509 | 509 | }, |
510 | 510 | { |
511 | | - "scope": "support.variable.object.process.js, support.variable.object.process.tsx, variable.other.constant.property.js, variable.other.constant.property.tsx, variable.other.constant.js, variable.other.constant.tsx", |
| 511 | + "scope": "support.variable.object.process, variable.other.constant.property, variable.other.constant", |
512 | 512 | "settings": { |
513 | 513 | "foreground": "#a1d7da" |
514 | 514 | } |
|
0 commit comments