mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Wrong highlighting for angle bracket syntax in embedded language. Fixes #14551
This commit is contained in:
@@ -149,8 +149,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "brackets of XML tags",
|
||||
"scope": ["meta.tag", "punctuation.tag.js", "punctuation.tag.tsx"],
|
||||
"name": "brackets of XML/HTML tags",
|
||||
"scope": "punctuation.definition.tag",
|
||||
"settings": {
|
||||
"foreground": "#808080"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user