mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 11:19:32 +00:00
@@ -60,7 +60,9 @@
|
|||||||
"meta.embedded.expression.js": "javascriptreact"
|
"meta.embedded.expression.js": "javascriptreact"
|
||||||
},
|
},
|
||||||
"tokenTypes": {
|
"tokenTypes": {
|
||||||
"entity.name.type.instance.jsdoc": "other"
|
"entity.name.type.instance.jsdoc": "other",
|
||||||
|
"entity.name.function.tagged-template.js": "other",
|
||||||
|
"entity.name.function.tagged-template.js.jsx": "other"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -74,7 +76,9 @@
|
|||||||
"meta.embedded.expression.js": "javascript"
|
"meta.embedded.expression.js": "javascript"
|
||||||
},
|
},
|
||||||
"tokenTypes": {
|
"tokenTypes": {
|
||||||
"entity.name.type.instance.jsdoc": "other"
|
"entity.name.type.instance.jsdoc": "other",
|
||||||
|
"entity.name.function.tagged-template.js": "other",
|
||||||
|
"entity.name.function.tagged-template.js.jsx": "other"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -44,7 +44,9 @@
|
|||||||
"scopeName": "source.ts",
|
"scopeName": "source.ts",
|
||||||
"path": "./syntaxes/TypeScript.tmLanguage.json",
|
"path": "./syntaxes/TypeScript.tmLanguage.json",
|
||||||
"tokenTypes": {
|
"tokenTypes": {
|
||||||
"entity.name.type.instance.jsdoc": "other"
|
"entity.name.type.instance.jsdoc": "other",
|
||||||
|
"entity.name.function.tagged-template.ts": "other",
|
||||||
|
"entity.name.function.tagged-template.tsx": "other"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -58,7 +60,9 @@
|
|||||||
"meta.embedded.expression.tsx": "typescriptreact"
|
"meta.embedded.expression.tsx": "typescriptreact"
|
||||||
},
|
},
|
||||||
"tokenTypes": {
|
"tokenTypes": {
|
||||||
"entity.name.type.instance.jsdoc": "other"
|
"entity.name.type.instance.jsdoc": "other",
|
||||||
|
"entity.name.function.tagged-template.ts": "other",
|
||||||
|
"entity.name.function.tagged-template.tsx": "other"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user