Changed tsx tag to html operator (#960)
Co-authored-by: Armando Aguirre <araguir@microsoft.com>
This commit is contained in:
Родитель
264655fea3
Коммит
d8facb4b21
|
@ -16,4 +16,6 @@ settings:
|
|||
- scope: invalid.illegal.attribute.tsx
|
||||
settings: { vsclassificationtype: identifier }
|
||||
|
||||
- scope: punctuation.definition.tag
|
||||
settings: { vsclassificationtype: html operator }
|
||||
...
|
||||
|
|
|
@ -269,6 +269,15 @@
|
|||
<string>identifier</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>punctuation.definition.tag</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>vsclassificationtype</key>
|
||||
<string>html operator</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
Загрузка…
Ссылка в новой задаче