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 /lua | |
| 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
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 1 insertions, 3 deletions
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 = { |
