提交 74fde6b0 编写于 作者: M Matt Bierner

Fix template expression coloration not being reset in tsx files

Fixes #32773
上级 59d5ce9f
......@@ -243,10 +243,8 @@
{
"name": "JavaScript string interpolation ${}",
"scope": [
"punctuation.definition.template-expression.begin.js",
"punctuation.definition.template-expression.begin.ts",
"punctuation.definition.template-expression.end.ts",
"punctuation.definition.template-expression.end.js",
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded.coffee"
],
"settings": {
......@@ -256,8 +254,7 @@
{
"name": "Reset JavaScript string interpolation expression",
"scope": [
"meta.template.expression.js",
"meta.template.expression.ts"
"meta.template.expression"
],
"settings": {
"foreground": "#d4d4d4"
......
......@@ -32,7 +32,6 @@
"foreground": "#000080"
}
},
{
"scope": "comment",
"settings": {
......@@ -230,10 +229,8 @@
{
"name": "JavaScript string interpolation ${}",
"scope": [
"punctuation.definition.template-expression.begin.js",
"punctuation.definition.template-expression.begin.ts",
"punctuation.definition.template-expression.end.ts",
"punctuation.definition.template-expression.end.js",
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded.coffee"
],
"settings": {
......@@ -243,8 +240,7 @@
{
"name": "Reset JavaScript string interpolation expression",
"scope": [
"meta.template.expression.js",
"meta.template.expression.ts"
"meta.template.expression"
],
"settings": {
"foreground": "#ffffff"
......
......@@ -239,10 +239,8 @@
{
"name": "JavaScript string interpolation ${}",
"scope": [
"punctuation.definition.template-expression.begin.js",
"punctuation.definition.template-expression.begin.ts",
"punctuation.definition.template-expression.end.ts",
"punctuation.definition.template-expression.end.js",
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded.coffee"
],
"settings": {
......@@ -252,8 +250,7 @@
{
"name": "Reset JavaScript string interpolation expression",
"scope": [
"meta.template.expression.js",
"meta.template.expression.ts"
"meta.template.expression"
],
"settings": {
"foreground": "#000000"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册