diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-10-04 10:51:48 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-10-04 10:58:16 +0200 |
| commit | b4888ed9e8c3af52320ba3b52a88eccc1c18d498 (patch) | |
| tree | c546547076652b392e7fb6a4c8c7511229b69392 | |
| parent | feat(inko): update parser and highlights (diff) | |
| download | nvim-treesitter-b4888ed9e8c3af52320ba3b52a88eccc1c18d498.tar nvim-treesitter-b4888ed9e8c3af52320ba3b52a88eccc1c18d498.tar.gz nvim-treesitter-b4888ed9e8c3af52320ba3b52a88eccc1c18d498.tar.bz2 nvim-treesitter-b4888ed9e8c3af52320ba3b52a88eccc1c18d498.tar.lz nvim-treesitter-b4888ed9e8c3af52320ba3b52a88eccc1c18d498.tar.xz nvim-treesitter-b4888ed9e8c3af52320ba3b52a88eccc1c18d498.tar.zst nvim-treesitter-b4888ed9e8c3af52320ba3b52a88eccc1c18d498.zip | |
chore(gdscript): mark as unmaintained
Significant upstream breaking changes are not adapted to.
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 3386e6bf2..989187984 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -92,7 +92,7 @@ ecma (queries only)[^ecma] | unstable | `HFIJL` | | @steelsojka [fusion](https://gitlab.com/jirgn/tree-sitter-fusion) | unstable | `HFIJL` | | @jirgn [gap](https://github.com/gap-system/tree-sitter-gap)[^gap] | unstable | `HF JL` | | @reiniscirpons [gaptst](https://github.com/gap-system/tree-sitter-gaptst)[^gaptst] | unstable | `HF J ` | | @reiniscirpons -[gdscript](https://github.com/PrestonKnopp/tree-sitter-gdscript)[^gdscript] | unstable | `HFIJL` | | @PrestonKnopp +[gdscript](https://github.com/PrestonKnopp/tree-sitter-gdscript)[^gdscript] | unmaintained | `HFIJL` | | [gdshader](https://github.com/GodOfAvacyn/tree-sitter-gdshader) | unstable | `H J ` | | @godofavacyn [git_config](https://github.com/the-mikedavis/tree-sitter-git-config) | unstable | `HF J ` | | @amaanq [git_rebase](https://github.com/the-mikedavis/tree-sitter-git-rebase) | unstable | `H J ` | | @gbprod diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index af6814160..0ee85320a 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -655,9 +655,8 @@ return { revision = '9686853b696db07118ad110e440d6de0ca6498b4', url = 'https://github.com/PrestonKnopp/tree-sitter-gdscript', }, - maintainers = { '@PrestonKnopp' }, readme_note = 'Godot', - tier = 2, + tier = 3, }, gdshader = { install_info = { |
