Change vim Research highlight to be different than Todo

This commit is contained in:
Kenneth Benzie 2014-12-15 09:23:11 +00:00
parent 539fd69c0a
commit 486c7e2d55

View File

@ -162,7 +162,7 @@ if has("gui_running") || &t_Co == 256
"" custom syntax groups {{{
call <SID>HiGroup("Note", s:dark_green, s:empty, "bold")
call <SID>HiGroup("Important", s:bright_yellow, s:empty, "bold")
call <SID>HiGroup("Research", s:orange, s:empty, "bold")
call <SID>HiGroup("Research", s:bright_yellow, s:empty, "bold")
call <SID>HiGroup("SyntasticErrorSign", s:white, s:red, "bold")
call <SID>HiGroup("SyntasticWarningSign", s:white, s:purple, "bold")