mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-11 11:23:47 -05:00
Merge pull request #103 from openalloc/master
Blacklist support Jekyll front matter #92
This commit is contained in:
@@ -78,9 +78,10 @@ if !exists('g:pencil#autoformat_config')
|
||||
\ 'black': [
|
||||
\ 'htmlH[0-9]',
|
||||
\ 'markdown(Code|H[0-9]|Url|IdDeclaration|Link|Rule|Highlight[A-Za-z0-9]+)',
|
||||
\ 'markdown(FencedCodeBlock|InlineCode)',
|
||||
\ 'markdown(FencedCodeBlock|InlineCode|YamlHead)',
|
||||
\ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode|Snippet)',
|
||||
\ 'mmdTable[A-Za-z0-9]*',
|
||||
\ '^yaml*',
|
||||
\ ],
|
||||
\ 'white': [
|
||||
\ 'markdown(Code|Link)',
|
||||
|
||||
Reference in New Issue
Block a user