File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments