Skip to content

Commit 3f06dbb

Browse files
vitalkamadeus
authored andcommitted
Add missed @tutorial tag
See documentation http://usejsdoc.org/tags-tutorial.html.
1 parent bad20eb commit 3f06dbb

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
@@ -61,7 +61,7 @@ if !exists("javascript_ignore_javaScriptdoc")
6161
" tags containing type but no param
6262
syntax match jsDocTags contained "@\(callback\|enum\|external\|this\|type\|typedef\|return\|returns\)\>" nextgroup=jsDocTypeNoParam skipwhite
6363
" tags containing references
64-
syntax match jsDocTags contained "@\(lends\|see\)\>" nextgroup=jsDocSeeTag skipwhite
64+
syntax match jsDocTags contained "@\(lends\|see\|tutorial\)\>" nextgroup=jsDocSeeTag skipwhite
6565
" other tags (no extra syntax)
6666
syntax match jsDocTags contained "@\(abstract\|access\|author\|classdesc\|constant\|const\|constructor\|copyright\|deprecated\|desc\|description\|event\|example\|file[oO]verview\|function\|global\|ignore\|inner\|instance\|license\|method\|mixin\|overview\|private\|protected\|public\|readonly\|since\|static\|todo\|summary\|undocumented\|virtual\)\>"
6767

0 commit comments

Comments
 (0)