From b54cb2a1449b9ff9f6ca73dd5314a716d704c242 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 5 Dec 2014 21:45:50 +0000 Subject: [PATCH] Add vim NOTE highlight enabled in C/C++ inside comment blocks --- colors/twilight.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors/twilight.vim b/colors/twilight.vim index ddea1bb..aee63ec 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -154,6 +154,8 @@ if has("gui_running") || &t_Co == 256 call HiGroup("Error", s:white, s:red, "bold") call HiGroup("Todo", s:orange, s:purple, "bold") + + call HiGroup("Note", s:dark_green, s:none, "bold") " }}} "" delete functions {{{