Skip to content

Commit

Permalink
Merge pull request altercation#103 from tpope/vim_diff
Browse files Browse the repository at this point in the history
Vim diff filetype highlighting
  • Loading branch information
altercation committed May 5, 2011
2 parents b28e078 + 4f59544 commit edfc801
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vim-colors-solarized/colors/solarized.vim
Expand Up @@ -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
Expand Down

0 comments on commit edfc801

Please sign in to comment.