Skip to content

Commit

Permalink
[vim] pandoc syntax refactored and heading sections fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
altercation committed Mar 5, 2011
1 parent b772c64 commit d16cb46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions colors/solarized.vim
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,10 @@ exe "hi pandocVerbatimColumn" . s:fg_red .s:bg_yellow .s:fmt_none
exe "hi pandocCode" . s:fg_red .s:bg_none .s:fmt_undr
exe "hi pandocHTML" . s:fg_red .s:bg_none .s:fmt_undr

hi link pandocHeading markdownH1
hi link pandocHeadingMarker markdownHeadingDelimiter
"hi link pandocHeading markdownH1
"hi link pandocHeadingMarker markdownHeadingDelimiter
exe "hi pandocHeading" . s:fg_orange .s:bg_none .s:fmt_bold
exe "hi pandocHeadingMarker" . s:fg_yellow .s:bg_none .s:fmt_bold
hi link pandocHeadingRule markdownHeadingRule
hi link pandocH1 markdownH1
hi link pandocH2 markdownH2
Expand Down

0 comments on commit d16cb46

Please sign in to comment.