mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
@@ -60,7 +60,9 @@
|
||||
"meta.embedded.expression.js": "javascriptreact"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user