StanAngeloff / php.vim

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

Add phpNull as keyword #78

Closed mylgeorge closed 6 years ago

mylgeorge commented 6 years ago

Makes a seperate keyword null for better color hightlight.

StanAngeloff commented 6 years ago

I wasn't sure of this update at first, but then realised PHP treats NULL as a special value too, so it makes sense to have a separate highlighting. I've tweaked this in a subsequent commit 66222bc