File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ syntax match jsDocTags contained "@\(alias\|api\|augments\|borrows\|cla
66" tags containing type and param
77syntax match jsDocTags contained " @\( arg\| argument\| cfg\| param\| property\| prop\| typedef\)\> " skipwhite nextgroup =jsDocType
88" tags containing type but no param
9- syntax match jsDocTags contained " @\( callback\| define\| enum\| external\| implements\| this\| type\| return\| returns\)\> " skipwhite nextgroup =jsDocTypeNoParam
9+ syntax match jsDocTags contained " @\( callback\| define\| enum\| external\| implements\| this\| type\| return\| returns\| yields \ )\>" skipwhite nextgroup =jsDocTypeNoParam
1010" tags containing references
1111syntax match jsDocTags contained " @\( lends\| see\| tutorial\)\> " skipwhite nextgroup =jsDocSeeTag
1212" other tags (no extra syntax)
You can’t perform that action at this time.
0 commit comments