Mark embedded template expressions as other

Fixes #127005
Fixes ##124270
This commit is contained in:
Matt Bierner
2021-08-05 17:08:20 -07:00
parent 6f262cc183
commit bc0e917553
2 changed files with 4 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
"scopeName": "source.ts",
"path": "./syntaxes/TypeScript.tmLanguage.json",
"tokenTypes": {
"meta.template.expression": "other",
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other",
@@ -74,6 +75,7 @@
"meta.embedded.expression.tsx": "typescriptreact"
},
"tokenTypes": {
"meta.template.expression": "other",
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other",