File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ if !exists("javascript_ignore_javaScriptdoc")
5858 " other tags (no extra syntax)
5959 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\)\> "
6060
61- syntax match javaScriptDocType contained " \% (#\|\"\| {\| }\|\w\|\.\| :\|\/\)\+ " nextgroup =javaScriptDocParam skipwhite
61+ syntax region javaScriptDocType start =" {" end =" }" oneline contained nextgroup =javaScriptDocParam skipwhite
62+ syntax match javaScriptDocType contained " \% (#\|\"\|\w\|\.\| :\|\/\)\+ " nextgroup =javaScriptDocParam skipwhite
6263 syntax match javaScriptDocTypeNoParam contained " \% (#\|\"\| {\| }\|\w\|\.\| :\|\/\)\+ "
6364 syntax match javaScriptDocParam contained " \% (#\|\"\| {\| }\|\w\|\.\| :\|\/\)\+ "
6465 syntax region javaScriptDocSeeTag contained matchgroup =javaScriptDocSeeTag start =" {" end =" }" contains =javaScriptDocTags
You can’t perform that action at this time.
0 commit comments