From 3a48d16c95bcb444ad5680ed9b4dc94cb4ac48e2 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 17 Nov 2025 11:07:29 +0100 Subject: fix(ziggy): mark as unmaintained --- SUPPORTED_LANGUAGES.md | 4 ++-- lua/nvim-treesitter/parsers.lua | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 11c718d69..17644448a 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -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 [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 -[ziggy](https://github.com/kristoff-it/ziggy) | unstable | `H I  ` | @rockorager -[ziggy_schema](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) | unmaintained | `H I  ` | [zsh](https://github.com/georgeharker/tree-sitter-zsh) | stable | `HF JL` | @georgeharker [^bp]: Android Blueprint [^ecma]: queries required by javascript, typescript, tsx, qmljs diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a07a8b2fe..5569f5be9 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2689,8 +2689,7 @@ return { revision = '4353b20ef2ac750e35c6d68e4eb2a07c2d7cf901', url = 'https://github.com/kristoff-it/ziggy', }, - maintainers = { '@rockorager' }, - tier = 2, + tier = 3, }, ziggy_schema = { install_info = { @@ -2698,8 +2697,7 @@ return { revision = '4353b20ef2ac750e35c6d68e4eb2a07c2d7cf901', url = 'https://github.com/kristoff-it/ziggy', }, - maintainers = { '@rockorager' }, - tier = 2, + tier = 3, }, zsh = { install_info = { -- cgit v1.2.3-70-g09d2