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

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