mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +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:
@@ -253,6 +253,16 @@
|
||||
"foreground": "#569cd6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Reset JavaScript string interpolation expression",
|
||||
"scope": [
|
||||
"meta.template.expression.js",
|
||||
"meta.template.expression.ts"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#d4d4d4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": [
|
||||
"support.type.vendored.property-name",
|
||||
|
||||
Reference in New Issue
Block a user