Added @license as well

Pretty much adding @tags as I'm running into them in projects.
This commit is contained in:
Joshua Sherman 2014-01-14 01:01:14 -05:00
parent dfe51a3864
commit d30ecd69f8
2 changed files with 2 additions and 2 deletions

View file

@ -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")

View file

@ -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")