diff --git a/syntax/php.template b/syntax/php.template index 3074454..724e2ca 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)" 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 " Comment if exists("php_parent_error_open") diff --git a/syntax/php.vim b/syntax/php.vim index 34ca70e..a044292 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)" 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 " Comment if exists("php_parent_error_open")