Reset JavaScript expression coloring in template expressions (#29966)

* Reset JavaScript expression coloring in template expressions

Fixes #29866

Adds new rules to standard theme to reset the coloring of expression inside of js/ts template expressions

* update tests
This commit is contained in:
Matt Bierner
2017-06-30 16:11:48 -07:00
committed by GitHub
parent bf303b9aa3
commit 222ed5b220
7 changed files with 112 additions and 61 deletions

View File

@@ -249,6 +249,16 @@
"foreground": "#0000ff"
}
},
{
"name": "Reset JavaScript string interpolation expression",
"scope": [
"meta.template.expression.js",
"meta.template.expression.ts"
],
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"support.constant.property-value",