mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user