Skip to content

Commit

Permalink
[vim] pandoc syntax good state, folding working
Browse files Browse the repository at this point in the history
  • Loading branch information
altercation committed Mar 3, 2011
1 parent 910372d commit 0ddcbb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions colors/solarized.vim
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,9 @@ exe "hi pandocBlock" . s:fg_none .s:bg_red .s:fmt_none
exe "hi pandocIndentBlock" . s:fg_none .s:bg_yellow .s:fmt_none
exe "hi pandocBlankLine" . s:fg_none .s:bg_blue .s:fmt_none
exe "hi pandocStyleDelim" . s:fg_base03 .s:bg_blue .s:fmt_none
exe "hi pandocMath" . s:fg_base03 .s:bg_red .s:fmt_none
exe "hi pandocHeadingSection" . s:fg_base03 .s:bg_cyan .s:fmt_none
exe "hi pandocHeadingSection2" . s:fg_base03 .s:bg_orange .s:fmt_none
exe "hi pandocStrikeout" .s:fmt_revr

exe "hi pandocDefinitions" . s:fg_yellow .s:bg_none .s:fmt_none
Expand Down

0 comments on commit 0ddcbb0

Please sign in to comment.