From 61efd016eb02fb593d660bfa16cd83274e3dca77 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 25 Jun 2026 10:08:28 +0200 Subject: [PATCH] docs(slint): mark as unmaintained Breaking grammar updates without reference queries --- SUPPORTED_LANGUAGES.md | 4 ++-- lua/nvim-treesitter/parsers.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 8087e426b..6ad457112 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -32,7 +32,7 @@ Language | Tier | Queries | Maintainer [brightscript](https://github.com/ajdelcimmuto/tree-sitter-brightscript) | unstable | `HFIJ ` | @ajdelcimmuto [c](https://github.com/tree-sitter/tree-sitter-c) | unstable | `HFIJL` | @amaanq [c3](https://github.com/c3lang/tree-sitter-c3) | unstable | `HFIJ ` | @cbuttner -[c_sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) | unstable | `HF JL` | @amaanq +[c_sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) | stable | `HF JL` | @amaanq [caddy](https://github.com/opa-oz/tree-sitter-caddy) | unmaintained | `HFIJ ` | [cairo](https://github.com/tree-sitter-grammars/tree-sitter-cairo) | unstable | `HFIJL` | @amaanq [capnp](https://github.com/tree-sitter-grammars/tree-sitter-capnp) | unstable | `HFIJL` | @amaanq @@ -261,7 +261,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka [sflog](https://github.com/aheber/tree-sitter-sfapex)[^sflog] | unstable | `H    ` | @aheber, @xixiaofinland [slang](https://github.com/tree-sitter-grammars/tree-sitter-slang)[^slang] | unstable | `HFIJL` | @theHamsta [slim](https://github.com/theoo/tree-sitter-slim) | unstable | `HFIJL` | @theoo -[slint](https://github.com/slint-ui/tree-sitter-slint) | unstable | `HFIJL` | @hunger +[slint](https://github.com/slint-ui/tree-sitter-slint) | unmaintained | `HFIJL` | @hunger [smali](https://github.com/tree-sitter-grammars/tree-sitter-smali) | unstable | `HFIJL` | @amaanq [smithy](https://github.com/indoorvivants/tree-sitter-smithy) | unstable | `H  J ` | @amaanq, @keynmol [snakemake](https://github.com/osthomas/tree-sitter-snakemake) | unstable | `HFIJL` | @osthomas diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index ccf232e6d..c4e447a8c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2051,11 +2051,11 @@ return { }, slint = { install_info = { - revision = '4d7ad0617c30f865f051bbac04a9826bea29f987', + revision = '68b25244cec6eb9d7f8f790ef781c29c822d8f84', url = 'https://github.com/slint-ui/tree-sitter-slint', }, maintainers = { '@hunger' }, - tier = 2, + tier = 3, }, smali = { install_info = {