diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-09-28 16:29:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 16:29:35 +0200 |
commit | a5effcedd2888298fda62947410316c080e9a4dc (patch) | |
tree | 0902626cdce5addf650d6916edb8456065724d9c /runtime/queries | |
parent | bafeb32b95c61b91220b3090e4293478a74ce31d (diff) | |
download | rneovim-a5effcedd2888298fda62947410316c080e9a4dc.tar.gz rneovim-a5effcedd2888298fda62947410316c080e9a4dc.tar.bz2 rneovim-a5effcedd2888298fda62947410316c080e9a4dc.zip |
build(deps): bump help parser and queries (#20388)
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/help/highlights.scm | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/runtime/queries/help/highlights.scm b/runtime/queries/help/highlights.scm index 41c78a7f1c..6be4e49c81 100644 --- a/runtime/queries/help/highlights.scm +++ b/runtime/queries/help/highlights.scm @@ -1,14 +1,16 @@ -(headline) @text.title +(h1) @text.title +(h2) @text.title +(h3) @text.title (column_heading) @text.title (tag "*" @conceal (#set! conceal "") - name: (_) @label) -(option - name: (_) @text.literal) -(hotlink + text: (_) @label) +(taglink "|" @conceal (#set! conceal "") - destination: (_) @text.reference) -(backtick + text: (_) @text.reference) +(optionlink + text: (_) @text.literal) +(codespan "`" @conceal (#set! conceal "") - content: (_) @string) + text: (_) @string) (argument) @parameter |