aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevgenyzinoviev <me@ch1p.com>2015-10-04 13:18:11 +0300
committerevgenyzinoviev <me@ch1p.com>2015-10-04 13:18:11 +0300
commit9546054a363b199455090be57eab2d4978df5992 (patch)
tree78eacd53283a18126cf3892953147b8eab2f6100
parent33629ac9f0f780279425df33a0423908f3f27286 (diff)
php improvements
-rw-r--r--colors/vendetta.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/colors/vendetta.vim b/colors/vendetta.vim
index d88005d..adf056b 100644
--- a/colors/vendetta.vim
+++ b/colors/vendetta.vim
@@ -316,10 +316,23 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("phpStatement", s:yellow, "", "")
call <SID>X("phpMemberSelector", s:blue, "", "")
call <SID>X("phpStringSingle", s:orange, "", "")
+ call <SID>X("phpStringDelimiter", s:foreground, "", "")
call <SID>X("phpDefine", s:red, "", "")
call <SID>X("phpStorageClass", s:blue, "", "")
call <SID>X("phpStructure", s:blue, "", "")
call <SID>X("phpParent", s:foreground, "", "")
+ call <SID>X("phpInclude", s:red, "", "")
+
+ " for https://github.com/StanAngeloff/php.vim
+ call <SID>X("phpMagicConstants", s:aqua, "", "")
+ call <SID>X("phpFCKeyword", s:red, "", "")
+ call <SID>X("phpSCKeyword", s:red, "", "")
+
+ " for default php.vim
+ call <SID>X("phpConstant", s:aqua, "", "")
+ call <SID>X("phpEnvVar", s:aqua, "", "")
+ call <SID>X("phpIntVar", s:aqua, "", "")
+ call <SID>X("phpCoreConstant", s:aqua, "", "")
" Python Highlighting
call <SID>X("pythonConditional", s:blue, "", "")