X-Git-Url: https://jasonwoof.com/gitweb/?p=vim-syntax.git;a=blobdiff_plain;f=php.vim;fp=php.vim;h=958e2a66c2304fb4bb791304ea5447ffcfa7cca3;hp=f6c9832b7ded9a12b96ca4fe563abf7597d14b26;hb=6d6b9f6f962bb7d13a0d738f6cddaf8dd8c7c4ca;hpb=c8b5fb30c1db4833d2f642a821a9d43cb9b2ab66 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