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

@@ -227,6 +227,13 @@
"foreground": "#d16969"
}
},
{
"name": "JavaScript string interpolation ${}",
"scope": "string.template-expression",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "support.type.property-name",
"settings": {