From 37c689f57e8cfc20203c523eeab25d2e8163289a Mon Sep 17 00:00:00 2001 From: evgenyzinoviev Date: Tue, 6 Oct 2015 00:10:17 +0300 Subject: js improvements --- colors/vendetta.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors/vendetta.vim b/colors/vendetta.vim index f60cd62..db40474 100644 --- a/colors/vendetta.vim +++ b/colors/vendetta.vim @@ -356,6 +356,8 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("jsFunction", s:red, "", "") call X("jsClass", s:yellow, "", "") call X("jsOperator", s:foreground, "", "") + call X("jsOperatorWords", s:blue, "", "") + call X("jsKeyword", s:blue, "", "") " HTML Highlighting "call X("htmlTag", s:red,"","") -- cgit v1.2.3