From 6d6b9f6f962bb7d13a0d738f6cddaf8dd8c7c4ca Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 23 Nov 2015 16:46:17 -0500 Subject: [PATCH] don't hilight inte integ boolea etc --- php.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4