diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-06-08 10:19:28 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-06-08 10:19:28 +0200 |
commit | 105a9e3dcf95ba64e7737a479579e20063ead0bb (patch) | |
tree | c02ee0554760d4eb83034da4327f9bd0c7b9a72e /runtime/queries/vimdoc/highlights.scm | |
parent | 4881211097aba7f5d17700362ec0967e3024f074 (diff) | |
download | rneovim-105a9e3dcf95ba64e7737a479579e20063ead0bb.tar.gz rneovim-105a9e3dcf95ba64e7737a479579e20063ead0bb.tar.bz2 rneovim-105a9e3dcf95ba64e7737a479579e20063ead0bb.zip |
build(deps): bump tree-sitter-vimdoc to v3.0.0
Diffstat (limited to 'runtime/queries/vimdoc/highlights.scm')
-rw-r--r-- | runtime/queries/vimdoc/highlights.scm | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/runtime/queries/vimdoc/highlights.scm b/runtime/queries/vimdoc/highlights.scm index 70a3a2f206..194c80362c 100644 --- a/runtime/queries/vimdoc/highlights.scm +++ b/runtime/queries/vimdoc/highlights.scm @@ -1,13 +1,19 @@ -(h1) @markup.heading.1 +(h1 + (delimiter) @markup.heading.1 + (heading) @markup.heading.1) -(h2) @markup.heading.2 +(h2 + (delimiter) @markup.heading.2 + (heading) @markup.heading.2) -(h3) @markup.heading.3 +(h3 + (heading) @markup.heading.3) -(column_heading) @markup.heading.4 +(column_heading + (heading) @markup.heading.4) (column_heading - "~" @markup.heading.4 + (delimiter) @markup.heading.4 (#set! conceal "")) (tag |