From 9546054a363b199455090be57eab2d4978df5992 Mon Sep 17 00:00:00 2001 From: evgenyzinoviev Date: Sun, 4 Oct 2015 13:18:11 +0300 Subject: php improvements --- colors/vendetta.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 X("phpStatement", s:yellow, "", "") call X("phpMemberSelector", s:blue, "", "") call X("phpStringSingle", s:orange, "", "") + call X("phpStringDelimiter", s:foreground, "", "") call X("phpDefine", s:red, "", "") call X("phpStorageClass", s:blue, "", "") call X("phpStructure", s:blue, "", "") call X("phpParent", s:foreground, "", "") + call X("phpInclude", s:red, "", "") + + " for https://github.com/StanAngeloff/php.vim + call X("phpMagicConstants", s:aqua, "", "") + call X("phpFCKeyword", s:red, "", "") + call X("phpSCKeyword", s:red, "", "") + + " for default php.vim + call X("phpConstant", s:aqua, "", "") + call X("phpEnvVar", s:aqua, "", "") + call X("phpIntVar", s:aqua, "", "") + call X("phpCoreConstant", s:aqua, "", "") " Python Highlighting call X("pythonConditional", s:blue, "", "") -- cgit v1.2.3