diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-01-24 06:53:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-24 06:53:19 +0000 |
| commit | 2c595fb5758342019fcc00b4aadc1ae9191667d6 (patch) | |
| tree | 3a38302d42a6cc454db3bda1048fc9d4ac84aabe | |
| parent | feat(bpftrace): update parser and small highlights improvements (diff) | |
| download | nvim-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.lua | 2 |
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' }, |
