[vim] pandoc syntax work

This commit is contained in:
Ethan Schoonover 2011-03-02 23:01:36 -08:00
parent 36841d5731
commit 910372db7e
1 changed files with 4 additions and 0 deletions

View File

@ -747,6 +747,10 @@ hi link pandocTitleBlock Structure
exe "hi pandocEscapePair" . s:fg_red .s:bg_none .s:fmt_none
exe "hi pandocEscapedCharacter" . s:fg_red .s:bg_none .s:fmt_none
exe "hi pandocNonBreakingSpace" . s:fg_red .s:bg_none .s:fmt_revr
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 pandocStrikeout" .s:fmt_revr
exe "hi pandocDefinitions" . s:fg_yellow .s:bg_none .s:fmt_none