mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-14 12:53:46 -05:00
Blacklist updates for plasticboy markdown syntax
This commit is contained in:
@@ -77,7 +77,7 @@ if !exists('g:pencil#autoformat_config')
|
|||||||
\ 'htmlH[0-9]',
|
\ 'htmlH[0-9]',
|
||||||
\ 'markdown(Code|H[0-9]|Url|IdDeclaration|Link|Rule|Highlight[A-Za-z0-9]+)',
|
\ 'markdown(Code|H[0-9]|Url|IdDeclaration|Link|Rule|Highlight[A-Za-z0-9]+)',
|
||||||
\ 'markdown(FencedCodeBlock|InlineCode)',
|
\ 'markdown(FencedCodeBlock|InlineCode)',
|
||||||
\ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode)',
|
\ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode|Snippet|NonListItemBlock)',
|
||||||
\ 'mmdTable[A-Za-z0-9]*',
|
\ 'mmdTable[A-Za-z0-9]*',
|
||||||
\ ],
|
\ ],
|
||||||
\ 'white': [
|
\ 'white': [
|
||||||
@@ -182,6 +182,7 @@ com -nargs=0 PFormatOff call pencil#setAutoFormat(0)
|
|||||||
com -nargs=0 PFormatToggle call pencil#setAutoFormat(-1)
|
com -nargs=0 PFormatToggle call pencil#setAutoFormat(-1)
|
||||||
|
|
||||||
" NOTE: legacy commands have been disabled by default as of 31-Dec-15
|
" NOTE: legacy commands have been disabled by default as of 31-Dec-15
|
||||||
|
" These will be removed entirely on 31-Dec-16
|
||||||
if !exists('g:pencil#legacyCommands')
|
if !exists('g:pencil#legacyCommands')
|
||||||
let g:pencil#legacyCommands = 0
|
let g:pencil#legacyCommands = 0
|
||||||
en
|
en
|
||||||
|
|||||||
Reference in New Issue
Block a user