aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2026-03-16 09:58:10 +0100
committerChristian Clason <ch.clason+github@icloud.com>2026-03-16 10:03:08 +0100
commitebc3201290b8372df2b3a1c23b71b9f007d972ff (patch)
tree9c66d374c6a042d326d57c24b415d593976b6ea8
parentdocs(readme): clarify pre-release support policy (diff)
downloadnvim-treesitter-ebc3201290b8372df2b3a1c23b71b9f007d972ff.tar
nvim-treesitter-ebc3201290b8372df2b3a1c23b71b9f007d972ff.tar.gz
nvim-treesitter-ebc3201290b8372df2b3a1c23b71b9f007d972ff.tar.bz2
nvim-treesitter-ebc3201290b8372df2b3a1c23b71b9f007d972ff.tar.lz
nvim-treesitter-ebc3201290b8372df2b3a1c23b71b9f007d972ff.tar.xz
nvim-treesitter-ebc3201290b8372df2b3a1c23b71b9f007d972ff.tar.zst
nvim-treesitter-ebc3201290b8372df2b3a1c23b71b9f007d972ff.zip
fix(zsh): mark as tier 2
-rw-r--r--SUPPORTED_LANGUAGES.md2
-rw-r--r--lua/nvim-treesitter/parsers.lua4
2 files changed, 3 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md
index 547b48d04..978a4b8ed 100644
--- a/SUPPORTED_LANGUAGES.md
+++ b/SUPPORTED_LANGUAGES.md
@@ -338,7 +338,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka
[zig](https://github.com/tree-sitter-grammars/tree-sitter-zig) | unstable | `HFIJL` | @amaanq
[ziggy](https://github.com/kristoff-it/ziggy) | unmaintained | `H I  ` |
[ziggy_schema](https://github.com/kristoff-it/ziggy) | unmaintained | `H I  ` |
-[zsh](https://github.com/georgeharker/tree-sitter-zsh) | stable | `HF JL` | @georgeharker
+[zsh](https://github.com/georgeharker/tree-sitter-zsh) | unstable | `HF JL` | @georgeharker
[^bp]: Android Blueprint
[^ecma]: queries required by javascript, typescript, tsx, qmljs
[^gap]: GAP system
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 6dfd4208e..d894046cc 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -2687,10 +2687,10 @@ return {
},
zsh = {
install_info = {
- revision = 'v0.57.0',
+ revision = '5aa8b258cc81a5ac1b76faf7dfc1a11dad300830',
url = 'https://github.com/georgeharker/tree-sitter-zsh',
},
maintainers = { '@georgeharker' },
- tier = 1,
+ tier = 2,
},
}