Light/Dark Visual Studio theme needs improvements to handle expressions in template string. Fixes #13166

This commit is contained in:
Martin Aeschlimann
2016-11-07 10:25:40 +01:00
parent 505d44fe9d
commit 5fb12f2d41
6 changed files with 619 additions and 20 deletions

View File

@@ -212,6 +212,13 @@
"foreground": "#811f3f"
}
},
{
"name": "JavaScript string interpolation ${}",
"scope": "string.template-expression",
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": "support.property-value",
"settings": {