diff options
-rw-r--r-- | .vim/colors/shmibs.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vim/colors/shmibs.vim b/.vim/colors/shmibs.vim index 2dc4d20..db0eda4 100644 --- a/.vim/colors/shmibs.vim +++ b/.vim/colors/shmibs.vim @@ -39,7 +39,9 @@ hi! link Function Identifier hi! link Keyword Statement hi! link LineNr NonText hi! link Number Constant -hi! link PreProc Define +hi! link Define PreProc +hi! link Include PreProc +hi! link Macro PreProc hi! link SpecialChar Special hi! link SpecialComment Special hi! link SpellLocal SpellBad |