From 29fe3348ba126a334d7e6f06a66f14ec3110d02f Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 24 Oct 2022 09:35:00 +0200 Subject: build(deps): bump vimdoc parser and queries to v1.2.4 (#20788) --- runtime/queries/help/highlights.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime') diff --git a/runtime/queries/help/highlights.scm b/runtime/queries/help/highlights.scm index cd4b6f8269..50beeed8b9 100644 --- a/runtime/queries/help/highlights.scm +++ b/runtime/queries/help/highlights.scm @@ -14,6 +14,10 @@ "`" @conceal (#set! conceal "") text: (_) @text.literal) (codeblock) @text.literal +(codeblock + ">" @conceal (#set! conceal "")) +(block + "<" @conceal (#set! conceal "")) (argument) @parameter (keycode) @string.special (url) @text.uri -- cgit