diff --git a/syntax/php.template b/syntax/php.template index 724e2ca..e1ac97c 100644 --- a/syntax/php.template +++ b/syntax/php.template @@ -202,7 +202,7 @@ endif " Todo 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 if exists("php_parent_error_open") diff --git a/syntax/php.vim b/syntax/php.vim index a044292..4de5e9e 100644 --- a/syntax/php.vim +++ b/syntax/php.vim @@ -525,7 +525,7 @@ endif " Todo 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 if exists("php_parent_error_open")