Skip to content

Commit c1c0c65

Browse files
committed
VS classification theme update
1 parent fecf4e3 commit c1c0c65

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

TypeScript.tmTheme

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
<array>
99
<dict>
1010
<key>scope</key>
11-
<string>storage.modifier, storage.type, keyword.control, keyword.others.ts, keyword.operator.new.ts, keyword.generator.asterisk, punctuation.definition.template-expression</string>
11+
<string>storage.modifier, storage.type, keyword.control, keyword.other.ts, keyword.generator.asterisk, punctuation.definition.template-expression</string>
12+
<key>settings</key>
13+
<dict>
14+
<key>vsclassificationtype</key>
15+
<string>keyword</string>
16+
</dict>
17+
</dict>
18+
<dict>
19+
<key>scope</key>
20+
<string>keyword.operator.new.ts, keyword.operator.delete.ts, keyword.operator.in.ts, keyword.operator.of.ts, keyword.operator.instanceof.ts, keyword.operator.typeof.ts, keyword.operator.void.ts, keyword.control.as.ts, keyword.operator.is.ts</string>
1221
<key>settings</key>
1322
<dict>
1423
<key>vsclassificationtype</key>
@@ -27,7 +36,7 @@
2736

2837
<dict>
2938
<key>scope</key>
30-
<string>string, punctuation.definition.string, constant.character.escape.ts</string>
39+
<string>string, punctuation.definition.string, constant.character</string>
3140
<key>settings</key>
3241
<dict>
3342
<key>vsclassificationtype</key>
@@ -36,7 +45,7 @@
3645
</dict>
3746
<dict>
3847
<key>scope</key>
39-
<string>keyword.control.anchor.regexp, keyword.other.back-reference.regexp, keyword.operator.quantifier.regexp, keyword.operator.or.regexp, keyword.operator.negation.regexp</string>
48+
<string>keyword.control.anchor.regexp, keyword.other.back-reference.regexp, keyword.operator.quantifier.regexp, keyword.operator.or.regexp, keyword.operator.negation.regexp, punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, meta.assertion.look-ahead.regexp, meta.assertion.negative-look-ahead.regexp, punctuation.definition.group.capture.regexp, punctuation.definition.character-class.regexp, constant.other.character-class.range.regexp</string>
4049
<key>settings</key>
4150
<dict>
4251
<key>vsclassificationtype</key>

TypeScriptReact.tmTheme

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
<array>
99
<dict>
1010
<key>scope</key>
11-
<string>storage.modifier, storage.type, keyword.control, keyword.others.tsx, keyword.operator.new.tsx, keyword.generator.asterisk, punctuation.definition.template-expression</string>
11+
<string>storage.modifier, storage.type, keyword.control, keyword.other.tsx, keyword.generator.asterisk, punctuation.definition.template-expression</string>
12+
<key>settings</key>
13+
<dict>
14+
<key>vsclassificationtype</key>
15+
<string>keyword</string>
16+
</dict>
17+
</dict>
18+
<dict>
19+
<key>scope</key>
20+
<string>keyword.operator.new.tsx, keyword.operator.delete.tsx, keyword.operator.in.tsx, keyword.operator.of.tsx, keyword.operator.instanceof.tsx, keyword.operator.typeof.tsx, keyword.operator.void.tsx, keyword.control.as.tsx, keyword.operator.is.tsx</string>
1221
<key>settings</key>
1322
<dict>
1423
<key>vsclassificationtype</key>
@@ -27,7 +36,7 @@
2736

2837
<dict>
2938
<key>scope</key>
30-
<string>string, punctuation.definition.string, constant.character.escape.tsx</string>
39+
<string>string, punctuation.definition.string, constant.character</string>
3140
<key>settings</key>
3241
<dict>
3342
<key>vsclassificationtype</key>
@@ -36,7 +45,7 @@
3645
</dict>
3746
<dict>
3847
<key>scope</key>
39-
<string>keyword.control.anchor.regexp, keyword.other.back-reference.regexp, keyword.operator.quantifier.regexp, keyword.operator.or.regexp, keyword.operator.negation.regexp</string>
48+
<string>keyword.control.anchor.regexp, keyword.other.back-reference.regexp, keyword.operator.quantifier.regexp, keyword.operator.or.regexp, keyword.operator.negation.regexp, punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, meta.assertion.look-ahead.regexp, meta.assertion.negative-look-ahead.regexp, punctuation.definition.group.capture.regexp, punctuation.definition.character-class.regexp, constant.other.character-class.range.regexp</string>
4049
<key>settings</key>
4150
<dict>
4251
<key>vsclassificationtype</key>

0 commit comments

Comments
 (0)