Add vim NOTE highlight enabled in C/C++ inside comment blocks
This commit is contained in:
parent
f5f1065939
commit
83d81ef74e
@ -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