aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2026-03-07 07:03:10 +0000
committerChristian Clason <ch.clason+github@icloud.com>2026-03-07 10:32:48 +0100
commit9fd4d998c3d7e695c393e66346fb468d032ad3f0 (patch)
tree872ab2790b96d232c5f28d6184d1b2b9993226d6
parentfeat(proto): sync queries with upstream (#8554) (diff)
downloadnvim-treesitter-9fd4d998c3d7e695c393e66346fb468d032ad3f0.tar
nvim-treesitter-9fd4d998c3d7e695c393e66346fb468d032ad3f0.tar.gz
nvim-treesitter-9fd4d998c3d7e695c393e66346fb468d032ad3f0.tar.bz2
nvim-treesitter-9fd4d998c3d7e695c393e66346fb468d032ad3f0.tar.lz
nvim-treesitter-9fd4d998c3d7e695c393e66346fb468d032ad3f0.tar.xz
nvim-treesitter-9fd4d998c3d7e695c393e66346fb468d032ad3f0.tar.zst
nvim-treesitter-9fd4d998c3d7e695c393e66346fb468d032ad3f0.zip
bot(parsers): update wit, zsh
-rw-r--r--lua/nvim-treesitter/parsers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index fe5e1b7ba..0bcf9bae6 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -2589,7 +2589,7 @@ return {
},
wit = {
install_info = {
- revision = 'v1.2.0',
+ revision = 'v1.3.0',
url = 'https://github.com/bytecodealliance/tree-sitter-wit',
},
maintainers = { '@mkatychev' },
@@ -2687,7 +2687,7 @@ return {
},
zsh = {
install_info = {
- revision = 'v0.56.0',
+ revision = 'v0.57.0',
url = 'https://github.com/georgeharker/tree-sitter-zsh',
},
maintainers = { '@georgeharker' },