Add vim NOTE highlight enabled in C/C++ inside comment blocks
This commit is contained in:
parent
eed630f9f2
commit
b54cb2a144
@ -154,6 +154,8 @@ if has("gui_running") || &t_Co == 256
|
||||
call <SID>HiGroup("Error", s:white, s:red, "bold")
|
||||
|
||||
call <SID>HiGroup("Todo", s:orange, s:purple, "bold")
|
||||
|
||||
call <SID>HiGroup("Note", s:dark_green, s:none, "bold")
|
||||
" }}}
|
||||
|
||||
"" delete functions {{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user