mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
fix(ziggy): mark as unmaintained
This commit is contained in:
parent
69c76488f7
commit
3a48d16c95
2 changed files with 4 additions and 6 deletions
4
SUPPORTED_LANGUAGES.md
generated
4
SUPPORTED_LANGUAGES.md
generated
|
|
@ -338,8 +338,8 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka
|
||||||
[yuck](https://github.com/tree-sitter-grammars/tree-sitter-yuck) | unstable | `HFIJL` | @Philipp-M, @amaanq
|
[yuck](https://github.com/tree-sitter-grammars/tree-sitter-yuck) | unstable | `HFIJL` | @Philipp-M, @amaanq
|
||||||
[zathurarc](https://github.com/Freed-Wu/tree-sitter-zathurarc) | unstable | `H J ` | @Freed-Wu
|
[zathurarc](https://github.com/Freed-Wu/tree-sitter-zathurarc) | unstable | `H J ` | @Freed-Wu
|
||||||
[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) | unstable | `H I ` | @rockorager
|
[ziggy](https://github.com/kristoff-it/ziggy) | unmaintained | `H I ` |
|
||||||
[ziggy_schema](https://github.com/kristoff-it/ziggy) | unstable | `H I ` | @rockorager
|
[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) | stable | `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
|
||||||
|
|
|
||||||
|
|
@ -2689,8 +2689,7 @@ return {
|
||||||
revision = '4353b20ef2ac750e35c6d68e4eb2a07c2d7cf901',
|
revision = '4353b20ef2ac750e35c6d68e4eb2a07c2d7cf901',
|
||||||
url = 'https://github.com/kristoff-it/ziggy',
|
url = 'https://github.com/kristoff-it/ziggy',
|
||||||
},
|
},
|
||||||
maintainers = { '@rockorager' },
|
tier = 3,
|
||||||
tier = 2,
|
|
||||||
},
|
},
|
||||||
ziggy_schema = {
|
ziggy_schema = {
|
||||||
install_info = {
|
install_info = {
|
||||||
|
|
@ -2698,8 +2697,7 @@ return {
|
||||||
revision = '4353b20ef2ac750e35c6d68e4eb2a07c2d7cf901',
|
revision = '4353b20ef2ac750e35c6d68e4eb2a07c2d7cf901',
|
||||||
url = 'https://github.com/kristoff-it/ziggy',
|
url = 'https://github.com/kristoff-it/ziggy',
|
||||||
},
|
},
|
||||||
maintainers = { '@rockorager' },
|
tier = 3,
|
||||||
tier = 2,
|
|
||||||
},
|
},
|
||||||
zsh = {
|
zsh = {
|
||||||
install_info = {
|
install_info = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue