diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-12-20 22:59:46 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-12-20 22:59:46 -0700 |
commit | 1dd672f5bbd53b092137adee070fe7eac9f33e0d (patch) | |
tree | 198e9849422f20462292daa20fa3e0bb035512e1 | |
parent | fb3c9d513fa87c564c1c9fec0f5cca1c81c66dda (diff) | |
download | dotfiles-1dd672f5bbd53b092137adee070fe7eac9f33e0d.tar.gz |
update syntax colours
-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 |