From 449be7a8e618a3419ee4cfb773261930ffd7614b Mon Sep 17 00:00:00 2001 From: Reed Es Date: Sat, 1 Apr 2023 19:14:20 -0600 Subject: [PATCH] Blacklist support Jekyll front matter #92 --- plugin/pencil.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/pencil.vim b/plugin/pencil.vim index 9cfbb77..e3808e2 100644 --- a/plugin/pencil.vim +++ b/plugin/pencil.vim @@ -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)',