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:
Matt Bierner
2018-03-16 15:14:44 -07:00
committed by GitHub
parent e48a3284f4
commit d74145ed78
7 changed files with 79 additions and 13 deletions

View File

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