diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-10-24 09:35:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 09:35:00 +0200 |
commit | 29fe3348ba126a334d7e6f06a66f14ec3110d02f (patch) | |
tree | e2d025a111dd2b71328ffd00e7501621dbd2d23e /runtime | |
parent | 7718241286315a8099427d42cb83c6532d87a390 (diff) | |
download | rneovim-29fe3348ba126a334d7e6f06a66f14ec3110d02f.tar.gz rneovim-29fe3348ba126a334d7e6f06a66f14ec3110d02f.tar.bz2 rneovim-29fe3348ba126a334d7e6f06a66f14ec3110d02f.zip |
build(deps): bump vimdoc parser and queries to v1.2.4 (#20788)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/help/highlights.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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 |