mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Light/Dark Visual Studio theme needs improvements to handle expressions in template string. Fixes #13166
This commit is contained in:
@@ -212,6 +212,13 @@
|
||||
"foreground": "#811f3f"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "JavaScript string interpolation ${}",
|
||||
"scope": "string.template-expression",
|
||||
"settings": {
|
||||
"foreground": "#0000ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "support.property-value",
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user