diff options
author | evgenyzinoviev <me@ch1p.com> | 2015-10-06 00:10:17 +0300 |
---|---|---|
committer | evgenyzinoviev <me@ch1p.com> | 2015-10-06 00:10:17 +0300 |
commit | 37c689f57e8cfc20203c523eeab25d2e8163289a (patch) | |
tree | 718f3c22b37cf2d89a5f1d35ae9f08a53249e1e8 | |
parent | 8ca10a6be1ba98a23a45c7aa0b9534e611ef72fb (diff) |
-rw-r--r-- | colors/vendetta.vim | 2 |
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,"","") |