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:
@@ -77,6 +77,13 @@
|
||||
"settings": {
|
||||
"foreground": "#CE9178"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "JSX Tag names, workaround for flattening match with function",
|
||||
"scope": "entity.name.function.tag",
|
||||
"settings": {
|
||||
"foreground": "#569cd6"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user