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
No known key found for this signature in database
GPG key ID: 099C331567E11888
2 changed files with 4 additions and 0 deletions

View file

@ -62,6 +62,7 @@
"meta.embedded.expression.js": "javascriptreact"
},
"tokenTypes": {
"meta.template.expression": "other",
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other",
@ -79,6 +80,7 @@
"meta.embedded.expression.js": "javascript"
},
"tokenTypes": {
"meta.template.expression": "other",
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other",

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",