mirror of
https://github.com/altercation/solarized
synced 2024-11-21 19:23:02 +00:00
[vim] pandoc syntax work
This commit is contained in:
parent
36841d5731
commit
910372db7e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue