mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Support quickSuggestions in JSDoc Types (#46001)
* Support quickSuggestions in JSDoc Types Fixes #43715 Requires vscode-textmate 3.3.1 before merging * Pick up new vscode textmate version
This commit is contained in:
@@ -58,6 +58,9 @@
|
||||
"meta.tag.without-attributes.js": "jsx-tags",
|
||||
"meta.tag.attributes.js.jsx": "javascriptreact",
|
||||
"meta.embedded.expression.js": "javascriptreact"
|
||||
},
|
||||
"tokenTypes": {
|
||||
"entity.name.type.instance.jsdoc": "other"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -69,6 +72,9 @@
|
||||
"meta.tag.without-attributes.js": "jsx-tags",
|
||||
"meta.tag.attributes.js": "javascript",
|
||||
"meta.embedded.expression.js": "javascript"
|
||||
},
|
||||
"tokenTypes": {
|
||||
"entity.name.type.instance.jsdoc": "other"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user