Skip to content

Commit

Permalink
Merge pull request #103 from openalloc/master
Browse files Browse the repository at this point in the history
Blacklist support Jekyll front matter #92
  • Loading branch information
reedes authored Apr 3, 2023
2 parents 5b4110d + 449be7a commit 4ad39c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/pencil.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 4ad39c5

Please sign in to comment.