We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8450f06 commit 24c896eCopy full SHA for 24c896e
extras/jsdoc.vim
@@ -6,7 +6,7 @@ syntax match jsDocTags contained "@\(alias\|api\|augments\|borrows\|cla
6
" tags containing type and param
7
syntax match jsDocTags contained "@\(arg\|argument\|cfg\|param\|property\|prop\|typedef\)\>" skipwhite nextgroup=jsDocType
8
" tags containing type but no param
9
-syntax match jsDocTags contained "@\(callback\|define\|enum\|external\|implements\|this\|type\|return\|returns\)\>" skipwhite nextgroup=jsDocTypeNoParam
+syntax match jsDocTags contained "@\(callback\|define\|enum\|external\|implements\|this\|type\|return\|returns\|yields\)\>" skipwhite nextgroup=jsDocTypeNoParam
10
" tags containing references
11
syntax match jsDocTags contained "@\(lends\|see\|tutorial\)\>" skipwhite nextgroup=jsDocSeeTag
12
" other tags (no extra syntax)
0 commit comments