Skip to content

Commit 8336be6

Browse files
committed
adds method as a tag containing a param for a js doc
1 parent b21629b commit 8336be6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntax/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if !exists("javascript_ignore_javaScriptdoc")
5050
syntax region jsDocComment matchgroup=jsComment start="/\*\*\s*" end="\*/" contains=jsDocTags,jsCommentTodo,jsCvsTag,@jsHtml,@Spell fold
5151

5252
" tags containing a param
53-
syntax match jsDocTags contained "@\(augments\|base\|borrows\|class\|constructs\|default\|exception\|exports\|extends\|file\|member\|memberOf\|methodOf\|module\|name\|namespace\|optional\|requires\|title\|throws\|version\)\>" nextgroup=jsDocParam skipwhite
53+
syntax match jsDocTags contained "@\(augments\|base\|borrows\|class\|constructs\|default\|exception\|exports\|extends\|file\|member\|memberOf\|method\|methodOf\|module\|name\|namespace\|optional\|requires\|title\|throws\|version\)\>" nextgroup=jsDocParam skipwhite
5454
" tags containing type and param
5555
syntax match jsDocTags contained "@\(argument\|param\|property\)\>" nextgroup=jsDocType skipwhite
5656
" tags containing type but no param

0 commit comments

Comments
 (0)