" Vim syntax file " Language: php " Maintainer: Timothy Madden " Last Change: 1 may 2013 " Version: 0.3 if !exists('g:php_annotations_syntax') || g:php_annotations_syntax != 0 syntax match phpDocCommentLineStart #\v^\s*\*\s*# contained syntax region phpAnnotationString start=#"# skip=#\v\\"# end=#"# contained syntax region phpAnnotationSimpleString start=#'# skip=#\v\\'# end=#'# contained syntax match phpAnnotationNumber #\v[0-9.]+# contained syntax match phpAnnotationGrouping #\v[],=[(){}@$>