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 | |
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)
-rw-r--r-- | cmake.deps/CMakeLists.txt | 4 | ||||
-rw-r--r-- | runtime/queries/help/highlights.scm | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/cmake.deps/CMakeLists.txt b/cmake.deps/CMakeLists.txt index 54a70aaa65..68ac102864 100644 --- a/cmake.deps/CMakeLists.txt +++ b/cmake.deps/CMakeLists.txt @@ -203,8 +203,8 @@ set(TREESITTER_LUA_SHA256 564594fe0ffd2f2fb3578a15019b723e1bc94ac82cb6a0103a6b3b set(TREESITTER_VIM_URL https://github.com/vigoux/tree-sitter-viml/archive/v0.2.0.tar.gz) set(TREESITTER_VIM_SHA256 608dcc31a7948cb66ae7f45494620e2e9face1af75598205541f80d782ec4501) -set(TREESITTER_HELP_URL https://github.com/neovim/tree-sitter-vimdoc/archive/v1.2.4.tar.gz) -set(TREESITTER_HELP_SHA256 e1595148092c082f6d50989a0f096182b39fd684449d09c4975ed403bfa42f10) +set(TREESITTER_HELP_URL https://github.com/neovim/tree-sitter-vimdoc/archive/v1.2.5.tar.gz) +set(TREESITTER_HELP_SHA256 379d764937a0e3a38e3f9ce9a62c93ba24211a236c74181dd04ee3b4631472a8) set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.20.7.tar.gz) set(TREESITTER_SHA256 b355e968ec2d0241bbd96748e00a9038f83968f85d822ecb9940cbe4c42e182e) 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) |