Merge pull request #103 from openalloc/master

Blacklist support Jekyll front matter #92
This commit is contained in:
Reed Es
2023-04-02 20:12:56 -06:00
committed by GitHub

View File

@@ -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)',