Skip to content

Commit 45a9587

Browse files
Armando AguirreArmando Aguirre
andauthored
Added meta.tag to TypeScriptReact.thTheme (#966)
Co-authored-by: Armando Aguirre <[email protected]>
1 parent 0d73d11 commit 45a9587

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

TypeScriptReact.YAML-tmTheme

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ settings:
1818

1919
- scope: punctuation.definition.tag
2020
settings: { vsclassificationtype: html operator }
21+
22+
- scope: meta.tag
23+
settings: { vsclassificationtype: HTML Element Name }
2124
...

TypeScriptReact.tmTheme

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,15 @@
269269
<string>html operator</string>
270270
</dict>
271271
</dict>
272+
<dict>
273+
<key>scope</key>
274+
<string>meta.tag</string>
275+
<key>settings</key>
276+
<dict>
277+
<key>vsclassificationtype</key>
278+
<string>HTML Element Name</string>
279+
</dict>
280+
</dict>
272281
</array>
273282
</dict>
274283
</plist>

0 commit comments

Comments
 (0)