File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ if !exists("javascript_ignore_javaScriptdoc")
52
52
" tags containing type and param
53
53
syntax match javaScriptDocTags contained " @\( argument\| param\| property\)\> " nextgroup =javaScriptDocType skipwhite
54
54
" tags containing type but no param
55
- syntax match javaScriptDocTags contained " @\( type\| return\| returns\)\> " nextgroup =javaScriptDocTypeNoParam skipwhite
55
+ syntax match javaScriptDocTags contained " @\( type\| return\| returns\| api \ )\>" nextgroup =javaScriptDocTypeNoParam skipwhite
56
56
" tags containing references
57
57
syntax match javaScriptDocTags contained " @\( lends\| link\| see\)\> " nextgroup =javaScriptDocSeeTag skipwhite
58
58
" other tags (no extra syntax)
59
- syntax match javaScriptDocTags contained " @\( access\| addon\| alias\| author\| beta\| constant\| constructor\| copyright\| deprecated\| description\| event\| example\| exec\| field\| fileOverview\| fileoverview\| function\| global\| ignore\| inner\| license\| overview\| private\| protected\| project\| public\| readonly\| since\| static\)\> "
59
+ syntax match javaScriptDocTags contained " @\( access\| addon\| alias\| author\| beta\| constant\| const \| constructor\| copyright\| deprecated\| description\| event\| example\| exec\| field\| fileOverview\| fileoverview\| function\| global\| ignore\| inner\| license\| overview\| private\| protected\| project\| public\| readonly\| since\| static\)\> "
60
60
61
61
syntax region javaScriptDocType start =" {" end =" }" oneline contained nextgroup =javaScriptDocParam skipwhite
62
62
syntax match javaScriptDocType contained " \% (#\|\"\|\w\|\.\| :\|\/\)\+ " nextgroup =javaScriptDocParam skipwhite
You can’t perform that action at this time.
0 commit comments