From dab07be4d14b3d4d94cbab2bdc29d3e6985e21f2 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 27 Oct 2022 09:16:16 +0200 Subject: build(deps): bump vimdoc parser to v1.2.5 (#20829) --- runtime/queries/help/highlights.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') diff --git a/runtime/queries/help/highlights.scm b/runtime/queries/help/highlights.scm index 50beeed8b9..b2ed390336 100644 --- a/runtime/queries/help/highlights.scm +++ b/runtime/queries/help/highlights.scm @@ -2,6 +2,8 @@ (h2) @text.title (h3) @text.title (column_heading) @text.title +(column_heading + "~" @conceal (#set! conceal "")) (tag "*" @conceal (#set! conceal "") text: (_) @label) -- cgit