From: Jason Woofenden Date: Mon, 23 Nov 2015 21:46:17 +0000 (-0500) Subject: don't hilight inte integ boolea etc X-Git-Url: https://jasonwoof.com/gitweb/?p=vim-syntax.git;a=commitdiff_plain;h=6d6b9f6f962bb7d13a0d738f6cddaf8dd8c7c4ca don't hilight inte integ boolea etc --- diff --git a/php.vim b/php.vim index f6c9832..958e2a6 100644 --- a/php.vim +++ b/php.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: php PHP 3/4/5 " Maintainer: Jason Woofenden -" Last Change: Mar 24, 2015 +" Last Change: Nov 23, 2015 " URL: https://jasonwoof.com/gitweb/?p=vim-syntax.git;a=blob;f=php.vim;hb=HEAD " Former Maintainers: Peter Hodge " Debian VIM Maintainers @@ -280,7 +280,7 @@ syn keyword phpStatement return break continue exit goto contained syn keyword phpKeyword var const contained " Type -syn keyword phpType bool[ean] int[eger] real double float string array object NULL contained +syn keyword phpType bool boolean int integer real double float string array object NULL contained " Structure syn keyword phpStructure namespace extends implements instanceof parent self contained