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 @@ -619,7 +619,7 @@ if !exists("php_ignore_phpdoc") || !php_ignore_phpdoc
619619
620620 syn region phpDocTags start =" {@\( example\| id\| internal\| inheritdoc\| link\| source\| toc\| tutorial\) " end =" }" containedin =phpDocComment
621621 syn match phpDocTags " @\% (abstract\| access\| api\| author\| brief\| bug\| category\| class\| copyright\| created\| date\| deprecated\| details\| example\| exception\| file\| filesource\| final\| global\| id\| ignore\| inheritdoc\| internal\| license\| link\| magic\| method\| name\| package\| param\| property\| return\| see\| since\| source\| static\| staticvar\| struct\| subpackage\| throws\| toc\| todo\| tutorial\| type\| uses\| var\| version\| warning\) " containedin =phpDocComment nextgroup =phpDocParam,phpDocIdentifier skipwhite contained
622- syn match phpDocParam " \s\+\z s\% ( \ h\w *| \?\)\+ " nextgroup =phpDocIdentifier skipwhite contained
622+ syn match phpDocParam " \s\+\z s\(\\\|\ h\w *\) * \h\w * " nextgroup =phpDocIdentifier skipwhite contained
623623 syn match phpDocIdentifier " \s\+\z s$\h\w *" contained
624624
625625 syn case match
You can’t perform that action at this time.
0 commit comments