aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colors/vendetta.vim2
1 files changed, 2 insertions, 0 deletions
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 <SID>X("jsFunction", s:red, "", "")
call <SID>X("jsClass", s:yellow, "", "")
call <SID>X("jsOperator", s:foreground, "", "")
+ call <SID>X("jsOperatorWords", s:blue, "", "")
+ call <SID>X("jsKeyword", s:blue, "", "")
" HTML Highlighting
"call <SID>X("htmlTag", s:red,"","")