StanAngeloff / php.vim

An up-to-date Vim syntax for PHP (7.x supported)
477 stars 69 forks source link

doc-block comment syntax weird #4

Closed tim-smart closed 10 years ago

tim-smart commented 10 years ago

With the solarized-dark theme.

screen shot 2014-01-16 at 12 23 25 pm

StanAngeloff commented 10 years ago

Thanks for reporting this. I use my own custom colour theme and had to rewire a few things by hand. That weirdness is likely caused by https://github.com/StanAngeloff/php.vim/blob/22c7308fdbf2d41f51fa3d3268dc3b3ee6f8fb7c/syntax/php.vim#L563, e.g., @-param types are highlighted as Type.

I'll try installing your theme and making a few adjustments. We should probably link everything inside /** */ to Comment instead.