mirror of
https://github.com/altercation/solarized
synced 2024-11-21 19:23:02 +00:00
Merge pull request #103 from tpope/vim_diff
Vim diff filetype highlighting
This commit is contained in:
commit
edfc8019b5
1 changed files with 5 additions and 0 deletions
|
@ -700,6 +700,11 @@ exe "hi! vimHiLink" .s:fmt_none .s:fg_blue .s:bg_none
|
|||
exe "hi! vimHiGroup" .s:fmt_none .s:fg_blue .s:bg_none
|
||||
exe "hi! vimGroup" .s:fmt_undb .s:fg_blue .s:bg_none
|
||||
"}}}
|
||||
" diff highlighting "{{{
|
||||
" ---------------------------------------------------------------------
|
||||
hi! link diffAdded Statement
|
||||
hi! link diffLine Identifier
|
||||
"}}}
|
||||
" html highlighting "{{{
|
||||
" ---------------------------------------------------------------------
|
||||
exe "hi! htmlTag" .s:fmt_none .s:fg_base01 .s:bg_none
|
||||
|
|
Loading…
Reference in a new issue