Skip to content

Commit 0425a20

Browse files
committed
Theme file update for template substitution and generator
Fixes #253
1 parent 5a0c10a commit 0425a20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

TypeScript.tmTheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<array>
99
<dict>
1010
<key>scope</key>
11-
<string>storage.modifier, storage.type, keyword.control, keyword.others.ts, keyword.operator.new.ts</string>
11+
<string>storage.modifier, storage.type, keyword.control, keyword.others.ts, keyword.operator.new.ts, keyword.generator.asterisk, punctuation.definition.template-expression</string>
1212
<key>settings</key>
1313
<dict>
1414
<key>vsclassificationtype</key>
@@ -27,7 +27,7 @@
2727

2828
<dict>
2929
<key>scope</key>
30-
<string>string, punctuation.definition.string, punctuation.definition.template-expression, constant.character.escape.ts</string>
30+
<string>string, punctuation.definition.string, constant.character.escape.ts</string>
3131
<key>settings</key>
3232
<dict>
3333
<key>vsclassificationtype</key>

TypeScriptReact.tmTheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<array>
99
<dict>
1010
<key>scope</key>
11-
<string>storage.modifier, storage.type, keyword.control, keyword.others.tsx, keyword.operator.new.tsx</string>
11+
<string>storage.modifier, storage.type, keyword.control, keyword.others.tsx, keyword.operator.new.tsx, keyword.generator.asterisk, punctuation.definition.template-expression</string>
1212
<key>settings</key>
1313
<dict>
1414
<key>vsclassificationtype</key>
@@ -27,7 +27,7 @@
2727

2828
<dict>
2929
<key>scope</key>
30-
<string>string, punctuation.definition.string, punctuation.definition.template-expression, constant.character.escape.tsx</string>
30+
<string>string, punctuation.definition.string, constant.character.escape.tsx</string>
3131
<key>settings</key>
3232
<dict>
3333
<key>vsclassificationtype</key>

0 commit comments

Comments
 (0)