This repository was archived by the owner on Oct 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ if !exists("javascript_ignore_javaScriptdoc")
5252 " tags containing type and param
5353 syntax match javaScriptDocTags contained " @\( argument\| param\| property\)\> " nextgroup =javaScriptDocType skipwhite
5454 " 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
5656 " tags containing references
5757 syntax match javaScriptDocTags contained " @\( lends\| link\| see\)\> " nextgroup =javaScriptDocSeeTag skipwhite
5858 " 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\)\> "
6060
6161 syntax region javaScriptDocType start =" {" end =" }" oneline contained nextgroup =javaScriptDocParam skipwhite
6262 syntax match javaScriptDocType contained " \% (#\|\"\|\w\|\.\| :\|\/\)\+ " nextgroup =javaScriptDocParam skipwhite
You can’t perform that action at this time.
0 commit comments