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 @@ -65,7 +65,7 @@ if !exists("javascript_ignore_javaScriptdoc")
65
65
" tags containing a param
66
66
syntax match jsDocTags contained " @\( alias\| api\| augments\| borrows\| class\| constructs\| default\| defaultvalue\| emits\| exception\| exports\| extends\| file\| fires\| kind\| listens\| member\| member[oO]f\| mixes\| module\| name\| namespace\| requires\| template\| throws\| var\| variation\| version\)\> " nextgroup =jsDocParam skipwhite
67
67
" tags containing type and param
68
- syntax match jsDocTags contained " @\( arg\| argument\| param\| property\)\> " nextgroup =jsDocType skipwhite
68
+ syntax match jsDocTags contained " @\( arg\| argument\| param\| property\| prop \ )\>" nextgroup =jsDocType skipwhite
69
69
" tags containing type but no param
70
70
syntax match jsDocTags contained " @\( callback\| define\| enum\| external\| implements\| this\| type\| typedef\| return\| returns\)\> " nextgroup =jsDocTypeNoParam skipwhite
71
71
" tags containing references
You can’t perform that action at this time.
0 commit comments