Skip to content

Commit

Permalink
[vim] pandoc syntax lists wip
Browse files Browse the repository at this point in the history
  • Loading branch information
altercation committed Mar 4, 2011
1 parent e3aadc8 commit 9e45ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/solarized.vim
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ exe "hi pandocImageLink" . s:fg_violet .s:bg_none .s:fmt_none
exe "hi pandocImageLinkDelim" . s:fg_violet .s:bg_none .s:fmt_none
exe "hi pandocLinkURL" . s:fg_cyan .s:bg_none .s:fmt_none
exe "hi pandocStyleDelim" . s:fg_base01 .s:bg_none .s:fmt_none
exe "hi pandocListDelim" . s:fg_green .s:bg_none .s:fmt_none

exe "hi pandocSubscript" . s:fg_cyan .s:bg_none .s:fmt_none

Expand Down

0 comments on commit 9e45ad2

Please sign in to comment.