diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-01-27 11:53:21 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-01-27 12:02:53 +0100 |
| commit | f8bbc3177d929dc86e272c41cc15219f0a7aa1ac (patch) | |
| tree | 1489249e4e705ff4907d7f91f077c5aaa26830bd | |
| parent | refactor(lua): replace vim.opt with vim.o (diff) | |
| download | nvim-treesitter-f8bbc3177d929dc86e272c41cc15219f0a7aa1ac.tar nvim-treesitter-f8bbc3177d929dc86e272c41cc15219f0a7aa1ac.tar.gz nvim-treesitter-f8bbc3177d929dc86e272c41cc15219f0a7aa1ac.tar.bz2 nvim-treesitter-f8bbc3177d929dc86e272c41cc15219f0a7aa1ac.tar.lz nvim-treesitter-f8bbc3177d929dc86e272c41cc15219f0a7aa1ac.tar.xz nvim-treesitter-f8bbc3177d929dc86e272c41cc15219f0a7aa1ac.tar.zst nvim-treesitter-f8bbc3177d929dc86e272c41cc15219f0a7aa1ac.zip | |
feat(roc): mark as unmaintained
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 4 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 32d538361..5b767a487 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -33,7 +33,7 @@ Language | Tier | Queries | Maintainer [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 -[caddy](https://github.com/opa-oz/tree-sitter-caddy) | unmaintained | `HFIJ ` | @opa-oz +[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 [chatito](https://github.com/tree-sitter-grammars/tree-sitter-chatito) | unstable | `HFIJL` | @ObserverOfTime @@ -247,7 +247,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka [rnoweb](https://github.com/bamonroe/tree-sitter-rnoweb) | unstable | `HF J ` | @bamonroe [robot](https://github.com/Hubro/tree-sitter-robot) | unstable | `HFIJ ` | @Hubro [robots_txt](https://github.com/opa-oz/tree-sitter-robots-txt) | unstable | `H J ` | @opa-oz -[roc](https://github.com/faldor20/tree-sitter-roc) | unstable | `H IJL` | @nat-418 +[roc](https://github.com/faldor20/tree-sitter-roc) | unmaintained | `H IJL` | [ron](https://github.com/tree-sitter-grammars/tree-sitter-ron) | unstable | `HFIJL` | @amaanq [rst](https://github.com/stsewd/tree-sitter-rst) | unstable | `H JL` | @stsewd [ruby](https://github.com/tree-sitter/tree-sitter-ruby) | unstable | `HFIJL` | @TravonteD diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 9dcada1f9..344da0130 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -185,7 +185,6 @@ return { revision = '2686186edb61be47960431c93a204fb249681360', url = 'https://github.com/opa-oz/tree-sitter-caddy', }, - maintainers = { '@opa-oz' }, tier = 3, }, cairo = { @@ -1943,8 +1942,7 @@ return { revision = '40e52f343f1b1f270d6ecb2ca898ca9b8cba6936', url = 'https://github.com/faldor20/tree-sitter-roc', }, - maintainers = { '@nat-418' }, - tier = 2, + tier = 3, }, ron = { install_info = { |
