Fix preprocessor highlighting
This commit is contained in:
parent
6b15693e10
commit
a854e1eb27
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ hi Boolean cterm=NONE ctermfg=6 ctermbg=NONE
|
|||
hi Comment cterm=NONE ctermfg=2 ctermbg=NONE
|
||||
|
||||
" Preprocessor statements aren't comments.
|
||||
hi PreProc cterm=NONE ctermfg=2 ctermbg=NONE
|
||||
hi PreProc cterm=NONE ctermfg=7 ctermbg=NONE
|
||||
|
||||
" JSDoc comments are comments.
|
||||
hi jsDocTags cterm=NONE ctermfg=2 ctermbg=NONE
|
||||
|
|
Loading…
Add table
Reference in a new issue