pineapplegiant/spaceduck

Change color in the middle of #if ... #endif (in c / cpp)

Closed this issue · 1 comments

Change color in the middle of #if ... #endif (in C / CPP)

[example] #if 0 .... #end if --> comment color (as of now Foreground color [#ecf0c1] is displayed)

spaceduck_issue_in_c

you can change it by modifying "hi line cCppOutIf2" in color/spaceduck.vim
ex)
"hi link cCppOutIf2 Normal
hi link cCppOutIf2 Comment