mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(zsh): mark as tier 2
This commit is contained in:
parent
2f5d4c3f3c
commit
ebc3201290
2 changed files with 3 additions and 3 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -338,7 +338,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka
|
||||||
[zig](https://github.com/tree-sitter-grammars/tree-sitter-zig) | unstable | `HFIJL` | @amaanq
|
[zig](https://github.com/tree-sitter-grammars/tree-sitter-zig) | unstable | `HFIJL` | @amaanq
|
||||||
[ziggy](https://github.com/kristoff-it/ziggy) | unmaintained | `H I ` |
|
[ziggy](https://github.com/kristoff-it/ziggy) | unmaintained | `H I ` |
|
||||||
[ziggy_schema](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
|
[^bp]: Android Blueprint
|
||||||
[^ecma]: queries required by javascript, typescript, tsx, qmljs
|
[^ecma]: queries required by javascript, typescript, tsx, qmljs
|
||||||
[^gap]: GAP system
|
[^gap]: GAP system
|
||||||
|
|
|
||||||
|
|
@ -2687,10 +2687,10 @@ return {
|
||||||
},
|
},
|
||||||
zsh = {
|
zsh = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'v0.57.0',
|
revision = '5aa8b258cc81a5ac1b76faf7dfc1a11dad300830',
|
||||||
url = 'https://github.com/georgeharker/tree-sitter-zsh',
|
url = 'https://github.com/georgeharker/tree-sitter-zsh',
|
||||||
},
|
},
|
||||||
maintainers = { '@georgeharker' },
|
maintainers = { '@georgeharker' },
|
||||||
tier = 1,
|
tier = 2,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue