We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d73d11 commit 45a9587Copy full SHA for 45a9587
TypeScriptReact.YAML-tmTheme
@@ -18,4 +18,7 @@ settings:
18
19
- scope: punctuation.definition.tag
20
settings: { vsclassificationtype: html operator }
21
+
22
+- scope: meta.tag
23
+ settings: { vsclassificationtype: HTML Element Name }
24
...
TypeScriptReact.tmTheme
@@ -269,6 +269,15 @@
269
<string>html operator</string>
270
</dict>
271
272
+ <dict>
273
+ <key>scope</key>
274
+ <string>meta.tag</string>
275
+ <key>settings</key>
276
277
+ <key>vsclassificationtype</key>
278
+ <string>HTML Element Name</string>
279
+ </dict>
280
281
</array>
282
283
</plist>
0 commit comments