mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Light/Dark Visual Studio theme needs improvements to handle expressions in template string. Fixes #13166
This commit is contained in:
@@ -201,6 +201,13 @@
|
||||
"foreground": "#d16969"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "JavaScript string interpolation ${}",
|
||||
"scope": "string.template-expression",
|
||||
"settings": {
|
||||
"foreground": "#569cd6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "support.type.property-name",
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user