diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-02-26 10:01:28 +0000 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-02-26 11:17:02 +0100 |
| commit | 957f86ae3f049ab6681ed64c05b05768fcaed0d2 (patch) | |
| tree | 38e6002afa371a7f01be32a093cf00ba7d5cffba | |
| parent | bot(parsers): update cpp, cue, fish, groovy, julia, liquid, lua, markdown, ma... (diff) | |
| download | nvim-treesitter-957f86ae3f049ab6681ed64c05b05768fcaed0d2.tar nvim-treesitter-957f86ae3f049ab6681ed64c05b05768fcaed0d2.tar.gz nvim-treesitter-957f86ae3f049ab6681ed64c05b05768fcaed0d2.tar.bz2 nvim-treesitter-957f86ae3f049ab6681ed64c05b05768fcaed0d2.tar.lz nvim-treesitter-957f86ae3f049ab6681ed64c05b05768fcaed0d2.tar.xz nvim-treesitter-957f86ae3f049ab6681ed64c05b05768fcaed0d2.tar.zst nvim-treesitter-957f86ae3f049ab6681ed64c05b05768fcaed0d2.zip | |
bot(parsers): update zsh
| -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 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' }, |
