From d655f051523fabf483270f1ad1748da9fc5b548c Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Tue, 1 May 2018 21:48:31 +0100 Subject: [PATCH] php definitions --- vim/colors/base-grey.vim | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/vim/colors/base-grey.vim b/vim/colors/base-grey.vim index 9f6bfa2..ff6aeb9 100644 --- a/vim/colors/base-grey.vim +++ b/vim/colors/base-grey.vim @@ -396,6 +396,12 @@ hi! def link confComment Comment hi! def link ExtraWhitespace SpellCap ""}}} +"" #php definitions +""{{{ +hi! def link phpRegion Normal +hi! def link phpComparison Operator +""}}} + """"""""""""""""""""""""""""""""""""""""" " following are to be done """"""""""""""""""""""""""""""""""""""""" @@ -417,14 +423,6 @@ hi! def link ExtraWhitespace SpellCap "hi! def link shSnglCase mNoise ""}}} -"" #php definitions -""{{{ -"hi! def link phpRegion Normal -"hi! def link phpComparison Operator -"hi! def link phpVarSelector mIdentifierDark -"hi! def link wpFunction mIdentifierBright -""}}} - "" #json definitions ""{{{ "hi! def link jsonKeyword Identifier