diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-06-25 10:08:28 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-07-18 22:23:55 +0200 |
| commit | 61efd016eb02fb593d660bfa16cd83274e3dca77 (patch) | |
| tree | cc029e3f3df299fde8d25c088234962cc7944028 | |
| parent | chore(csharp): move to tier 1 (diff) | |
| download | nvim-treesitter-61efd016eb02fb593d660bfa16cd83274e3dca77.tar nvim-treesitter-61efd016eb02fb593d660bfa16cd83274e3dca77.tar.gz nvim-treesitter-61efd016eb02fb593d660bfa16cd83274e3dca77.tar.bz2 nvim-treesitter-61efd016eb02fb593d660bfa16cd83274e3dca77.tar.lz nvim-treesitter-61efd016eb02fb593d660bfa16cd83274e3dca77.tar.xz nvim-treesitter-61efd016eb02fb593d660bfa16cd83274e3dca77.tar.zst nvim-treesitter-61efd016eb02fb593d660bfa16cd83274e3dca77.zip | |
docs(slint): mark as unmaintained
Breaking grammar updates without reference queries
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 4 | ||||
| -rw-r--r-- | 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 = { |
