mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-08 18:03:47 -05:00
Merge pull request #53 from ExMember/pandoc-support
Add vim-pandoc support
This commit is contained in:
@@ -111,6 +111,16 @@ if !exists('g:pencil#autoformat_config')
|
||||
\ 'txtCode',
|
||||
\ ],
|
||||
\ },
|
||||
\ 'pandoc': {
|
||||
\ 'black': [
|
||||
\ '^pandoc.*Code.*',
|
||||
\ 'pandocHTML',
|
||||
\ 'pandocLaTeXMathBlock',
|
||||
\ '^pandoc.*List.*',
|
||||
\ '^pandoc.*Table.*',
|
||||
\ 'pandocYAMLHeader',
|
||||
\ ],
|
||||
\ }
|
||||
\ }
|
||||
en
|
||||
if !exists('g:pencil#autoformat_aliases')
|
||||
|
||||
Reference in New Issue
Block a user