fix(zsh): mark as tier 2

This commit is contained in:
Christian Clason 2026-03-16 09:58:10 +01:00 committed by Christian Clason
parent 2f5d4c3f3c
commit ebc3201290
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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,
},
}