Fix multiline jsdoc type highlightingFixes #27777

This commit is contained in:
Matt Bierner
2019-04-11 09:47:06 -07:00
parent 4151e3e1bb
commit 0ae3ecbf15
14 changed files with 1351 additions and 63 deletions

View File

@@ -5254,10 +5254,6 @@
},
"jsdoctype": {
"patterns": [
{
"name": "invalid.illegal.type.jsdoc",
"match": "\\G{(?:[^}*]|\\*[^/}])+$"
},
{
"contentName": "entity.name.type.instance.jsdoc",
"begin": "\\G({)",