diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-10-27 09:16:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 09:16:16 +0200 |
commit | dab07be4d14b3d4d94cbab2bdc29d3e6985e21f2 (patch) | |
tree | 7c8c2f2341fdb2e90a42dc63f107fc8ff3c42829 /runtime/queries/help/highlights.scm | |
parent | c41873ab638589c1052404f5e5abef98a61db073 (diff) | |
download | rneovim-dab07be4d14b3d4d94cbab2bdc29d3e6985e21f2.tar.gz rneovim-dab07be4d14b3d4d94cbab2bdc29d3e6985e21f2.tar.bz2 rneovim-dab07be4d14b3d4d94cbab2bdc29d3e6985e21f2.zip |
build(deps): bump vimdoc parser to v1.2.5 (#20829)
Diffstat (limited to 'runtime/queries/help/highlights.scm')
-rw-r--r-- | runtime/queries/help/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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) |