Add vim NOTE highlight enabled in C/C++ inside comment blocks

This commit is contained in:
Kenneth Benzie 2014-12-05 21:45:50 +00:00
parent eed630f9f2
commit b54cb2a144

View File

@ -154,6 +154,8 @@ if has("gui_running") || &t_Co == 256
call <SID>HiGroup("Error", s:white, s:red, "bold") call <SID>HiGroup("Error", s:white, s:red, "bold")
call <SID>HiGroup("Todo", s:orange, s:purple, "bold") call <SID>HiGroup("Todo", s:orange, s:purple, "bold")
call <SID>HiGroup("Note", s:dark_green, s:none, "bold")
" }}} " }}}
"" delete functions {{{ "" delete functions {{{