aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2026-01-24 06:53:19 +0000
committerGitHub <noreply@github.com>2026-01-24 06:53:19 +0000
commit2c595fb5758342019fcc00b4aadc1ae9191667d6 (patch)
tree3a38302d42a6cc454db3bda1048fc9d4ac84aabe
parentfeat(bpftrace): update parser and small highlights improvements (diff)
downloadnvim-treesitter-update-parsers-tier-1.tar
nvim-treesitter-update-parsers-tier-1.tar.gz
nvim-treesitter-update-parsers-tier-1.tar.bz2
nvim-treesitter-update-parsers-tier-1.tar.lz
nvim-treesitter-update-parsers-tier-1.tar.xz
nvim-treesitter-update-parsers-tier-1.tar.zst
nvim-treesitter-update-parsers-tier-1.zip
bot(parsers): update zshupdate-parsers-tier-1
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 5ea9c8f69..42141918b 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -2692,7 +2692,7 @@ return {
},
zsh = {
install_info = {
- revision = 'v0.52.1',
+ revision = 'v0.53.0',
url = 'https://github.com/georgeharker/tree-sitter-zsh',
},
maintainers = { '@georgeharker' },