From 957f86ae3f049ab6681ed64c05b05768fcaed0d2 Mon Sep 17 00:00:00 2001 From: "nvim-treesitter-bot[bot]" <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:01:28 +0000 Subject: bot(parsers): update zsh --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 19b025745..9d8b73930 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2688,7 +2688,7 @@ return { }, zsh = { install_info = { - revision = 'v0.53.0', + revision = 'v0.56.0', url = 'https://github.com/georgeharker/tree-sitter-zsh', }, maintainers = { '@georgeharker' },