mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fixes #134662: Configure strings and comments embedded in template expressions to be identified as strings and comments
This commit is contained in:
@@ -60,6 +60,8 @@
|
||||
"path": "./syntaxes/TypeScript.tmLanguage.json",
|
||||
"tokenTypes": {
|
||||
"meta.template.expression": "other",
|
||||
"meta.template.expression string": "string",
|
||||
"meta.template.expression comment": "comment",
|
||||
"entity.name.type.instance.jsdoc": "other",
|
||||
"entity.name.function.tagged-template": "other",
|
||||
"meta.import string.quoted": "other",
|
||||
@@ -78,6 +80,8 @@
|
||||
},
|
||||
"tokenTypes": {
|
||||
"meta.template.expression": "other",
|
||||
"meta.template.expression string": "string",
|
||||
"meta.template.expression comment": "comment",
|
||||
"entity.name.type.instance.jsdoc": "other",
|
||||
"entity.name.function.tagged-template": "other",
|
||||
"meta.import string.quoted": "other",
|
||||
|
||||
Reference in New Issue
Block a user