aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-09-28 16:29:35 +0200
committerGitHub <noreply@github.com>2022-09-28 16:29:35 +0200
commita5effcedd2888298fda62947410316c080e9a4dc (patch)
tree0902626cdce5addf650d6916edb8456065724d9c /runtime/queries
parentbafeb32b95c61b91220b3090e4293478a74ce31d (diff)
downloadrneovim-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.scm18
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