Fix template.expression brackets #190564 (#245786)

This commit is contained in:
RedCMD
2025-04-12 02:25:44 +12:00
committed by GitHub
parent be37d181f0
commit ae5d91eeeb
2 changed files with 4 additions and 12 deletions

View File

@@ -69,9 +69,7 @@
"meta.embedded.expression.js": "javascriptreact"
},
"tokenTypes": {
"meta.template.expression": "other",
"meta.template.expression string": "string",
"meta.template.expression comment": "comment",
"punctuation.definition.template-expression": "other",
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other",
@@ -89,9 +87,7 @@
"meta.embedded.expression.js": "javascript"
},
"tokenTypes": {
"meta.template.expression": "other",
"meta.template.expression string": "string",
"meta.template.expression comment": "comment",
"punctuation.definition.template-expression": "other",
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other",

View File

@@ -75,9 +75,7 @@
"keyword.operator.assignment.compound.bitwise.ts"
],
"tokenTypes": {
"meta.template.expression": "other",
"meta.template.expression string": "string",
"meta.template.expression comment": "comment",
"punctuation.definition.template-expression": "other",
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other",
@@ -102,9 +100,7 @@
"meta.embedded.expression.tsx": "typescriptreact"
},
"tokenTypes": {
"meta.template.expression": "other",
"meta.template.expression string": "string",
"meta.template.expression comment": "comment",
"punctuation.definition.template-expression": "other",
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other",