File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ syntax region jsComment matchgroup=jsComment start="/\*\s*" end="\*/" contai
44" tags containing a param
55syntax match jsDocTags contained " @\( alias\| api\| augments\| borrows\| class\| constructs\| default\| defaultvalue\| emits\| exception\| exports\| extends\| fires\| kind\| link\| listens\| member\| member[oO]f\| mixes\| module\| name\| namespace\| requires\| template\| throws\| var\| variation\| version\)\> " skipwhite nextgroup =jsDocParam
66" tags containing type and param
7- syntax match jsDocTags contained " @\( arg\| argument\| cfg\| param\| property\| prop\)\> " skipwhite nextgroup =jsDocType
7+ syntax 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\| typedef \| return\| returns\)\> " skipwhite nextgroup =jsDocTypeNoParam
9+ syntax match jsDocTags contained " @\( callback\| define\| enum\| external\| implements\| this\| type\| return\| returns\)\> " 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