mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-09 02:13: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',
|
\ 'txtCode',
|
||||||
\ ],
|
\ ],
|
||||||
\ },
|
\ },
|
||||||
|
\ 'pandoc': {
|
||||||
|
\ 'black': [
|
||||||
|
\ '^pandoc.*Code.*',
|
||||||
|
\ 'pandocHTML',
|
||||||
|
\ 'pandocLaTeXMathBlock',
|
||||||
|
\ '^pandoc.*List.*',
|
||||||
|
\ '^pandoc.*Table.*',
|
||||||
|
\ 'pandocYAMLHeader',
|
||||||
|
\ ],
|
||||||
|
\ }
|
||||||
\ }
|
\ }
|
||||||
en
|
en
|
||||||
if !exists('g:pencil#autoformat_aliases')
|
if !exists('g:pencil#autoformat_aliases')
|
||||||
|
|||||||
Reference in New Issue
Block a user