commit 18f3893271c12f5a2bd70bb76b9950d5cf6f4f9e
parent 543410f1e76c41981b28865d15304e18dbcee309
Author: Xavier Noria <fxn@hashref.com>
Date: Sat, 11 Nov 2017 19:06:28 +0100
a couple of tweaks for Elixir
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/colors/monochrome.vim b/colors/monochrome.vim
@@ -122,8 +122,10 @@ call s:hi('pythonEscape', s:sblue)
call s:hi('javaScriptFunction', s:white, s:default_bg, s:bold)
" Elixir.
+call s:hi('elixirAlias', s:default_fg, s:default_bg, s:none)
call s:hi('elixirDelimiter', s:sblue)
call s:hi('elixirDocTest', s:cgray, s:default_bg, s:comment_attr)
+call s:hi('elixirSelf', s:default_fg, s:default_bg, s:none)
" VimL.
call s:hi('vimOption')