Added @license as well
Pretty much adding @tags as I'm running into them in projects.
This commit is contained in:
parent
dfe51a3864
commit
d30ecd69f8
2 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ endif
|
||||||
|
|
||||||
" Todo
|
" Todo
|
||||||
syn keyword phpTodo todo fixme xxx note contained
|
syn keyword phpTodo todo fixme xxx note contained
|
||||||
syn match phpCommentSelector "\v\@(return|var|param|abstract|access|author|copyright|deprecated|example|global|ignore|internal|link|name|magic|package|see|since|static|staticvar|subpackage|todo|version|usage)" contained
|
syn match phpCommentSelector "\v\@(return|var|param|abstract|access|author|copyright|deprecated|example|global|ignore|internal|link|name|magic|package|see|since|static|staticvar|subpackage|todo|version|usage|license)" contained
|
||||||
|
|
||||||
" Comment
|
" Comment
|
||||||
if exists("php_parent_error_open")
|
if exists("php_parent_error_open")
|
||||||
|
|
|
@ -525,7 +525,7 @@ endif
|
||||||
|
|
||||||
" Todo
|
" Todo
|
||||||
syn keyword phpTodo todo fixme xxx note contained
|
syn keyword phpTodo todo fixme xxx note contained
|
||||||
syn match phpCommentSelector "\v\@(return|var|param|abstract|access|author|copyright|deprecated|example|global|ignore|internal|link|name|magic|package|see|since|static|staticvar|subpackage|todo|version|usage)" contained
|
syn match phpCommentSelector "\v\@(return|var|param|abstract|access|author|copyright|deprecated|example|global|ignore|internal|link|name|magic|package|see|since|static|staticvar|subpackage|todo|version|usage|license)" contained
|
||||||
|
|
||||||
" Comment
|
" Comment
|
||||||
if exists("php_parent_error_open")
|
if exists("php_parent_error_open")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue