commit 57574db15460be27f056eb21a71b96312396a615
parent 72ac9ac9a1085d6f9bba64e49dd5afd500199aef
Author: Christian Clason <c.clason@uni-graz.at>
Date: Sat, 24 Jan 2026 12:39:09 +0100
build(deps): bump tree-sitter-vim to v0.8.0
Diffstat:
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/build.zig.zon b/build.zig.zon
@@ -58,8 +58,8 @@
.hash = "N-V-__8AAHCmCAAf-5sa_C1N5Ts8B7V-vTKqUEMJZVnNkq_y",
},
.treesitter_vim = .{
- .url = "git+https://github.com/tree-sitter-grammars/tree-sitter-vim?ref=v0.7.0#3dd4747082d1b717b8978211c06ef7b6cd16125b",
- .hash = "N-V-__8AAMArVAB4uo2wg2XRs8HBviQ4Pq366cC_iRolX4Vc",
+ .url = "git+https://github.com/tree-sitter-grammars/tree-sitter-vim?ref=v0.8.0#1cd0a0892b389bd314a9bd09545160e5ee3c9137",
+ .hash = "N-V-__8AAHWbVADvoQDYiOUyiNwPlykZsk1a9jIrlsvLNHL1",
},
.treesitter_vimdoc = .{
.url = "git+https://github.com/neovim/tree-sitter-vimdoc?ref=v4.1.0#f061895a0eff1d5b90e4fb60d21d87be3267031a",
diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt
@@ -38,8 +38,8 @@ TREESITTER_C_URL https://github.com/tree-sitter/tree-sitter-c/archive/v0.24.1.ta
TREESITTER_C_SHA256 25dd4bb3dec770769a407e0fc803f424ce02c494a56ce95fedc525316dcf9b48
TREESITTER_LUA_URL https://github.com/tree-sitter-grammars/tree-sitter-lua/archive/v0.4.1.tar.gz
TREESITTER_LUA_SHA256 cef44b8773bde69d427b5e50ca95e417c86c0be91caa37a6782c90d6f529da70
-TREESITTER_VIM_URL https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v0.7.0.tar.gz
-TREESITTER_VIM_SHA256 44eabc31127c4feacda19f2a05a5788272128ff561ce01093a8b7a53aadcc7b2
+TREESITTER_VIM_URL https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v0.8.0.tar.gz
+TREESITTER_VIM_SHA256 aa0a45027408bc33da0f2244272dbdc0b4e71bd18f71e5b885f6f7cbae407338
TREESITTER_VIMDOC_URL https://github.com/neovim/tree-sitter-vimdoc/archive/v4.1.0.tar.gz
TREESITTER_VIMDOC_SHA256 020e8f117f648c8697fca967995c342e92dbd81dab137a115cc7555207fbc84f
TREESITTER_QUERY_URL https://github.com/tree-sitter-grammars/tree-sitter-query/archive/v0.8.0.tar.gz
diff --git a/runtime/queries/vim/highlights.scm b/runtime/queries/vim/highlights.scm
@@ -110,6 +110,7 @@
"cnext"
"cprevious"
"cNext"
+ "tab"
"vertical"
"leftabove"
"aboveleft"