TysonAndre/phan

Publish snippets for syntax highlighting support for custom php tags in editors (vim)

Opened this issue · 0 comments

E.g. for vim (.vim/syntax/php.vim):

" unrelated
syn keyword phpType void

syntax match phpDocTags "@phan-\(forbid-undeclared-magic-\(properties\|methods\)\|closure-scope\|file-suppress\|suppress\|method\|output-reference\|override\|param\|property-read\|property\|property-write\|return\|unused-param\|var\|var-force\)" containedin=phpComment