From 09458527601fdb2fbd174317bdddfb34e4c64e79 Mon Sep 17 00:00:00 2001 From: JudeLakkis <43197295+JudeLakkis@users.noreply.github.com> Date: Fri, 13 Dec 2019 14:00:21 +0800 Subject: [PATCH] Add highlight groups to blacklist in RST (#86) Co-authored-by: Reed Esau --- plugin/pencil.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/pencil.vim b/plugin/pencil.vim index ab5b905..36cf7df 100644 --- a/plugin/pencil.vim +++ b/plugin/pencil.vim @@ -98,7 +98,8 @@ if !exists('g:pencil#autoformat_config') \ }, \ 'rst': { \ 'black': [ - \ 'rst(CodeBlock|Directive|LiteralBlock|Sections)', + \ 'rst(CodeBlock|Directive|ExDirective|LiteralBlock|Sections)', + \ 'rst(Comment|Delimiter|ExplicitMarkup|SimpleTable)', \ ], \ }, \ 'tex': {