mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Wrong highlighting for angle bracket syntax in embedded language. Fixes #14551
This commit is contained in:
@@ -146,7 +146,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "meta.tag",
|
||||
"name": "brackets of XML/HTML tags",
|
||||
"scope": "punctuation.definition.tag",
|
||||
"settings": {
|
||||
"foreground": "#800000"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user