diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-05-26 14:52:28 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-05-26 14:57:57 +0200 |
| commit | 1043871ef43e009aedfc1d9965335e168a4a0a08 (patch) | |
| tree | 466fc56cb4d6944a66dfc3abe750c0b44b2d64a3 | |
| parent | fix(config): prepend install_dir to rtp (diff) | |
| download | nvim-treesitter-1043871ef43e009aedfc1d9965335e168a4a0a08.tar nvim-treesitter-1043871ef43e009aedfc1d9965335e168a4a0a08.tar.gz nvim-treesitter-1043871ef43e009aedfc1d9965335e168a4a0a08.tar.bz2 nvim-treesitter-1043871ef43e009aedfc1d9965335e168a4a0a08.tar.lz nvim-treesitter-1043871ef43e009aedfc1d9965335e168a4a0a08.tar.xz nvim-treesitter-1043871ef43e009aedfc1d9965335e168a4a0a08.tar.zst nvim-treesitter-1043871ef43e009aedfc1d9965335e168a4a0a08.zip | |
fix(swift): mark as unmaintained
Prevent from updating parser with breaking changes until queries are
adapted.
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 94e105085..bb13fc2f7 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -278,7 +278,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka [surface](https://github.com/connorlay/tree-sitter-surface) | unstable | `HFIJ ` | | @connorlay [svelte](https://github.com/tree-sitter-grammars/tree-sitter-svelte) | unstable | `HFIJL` | | @amaanq [sway](https://github.com/FuelLabs/tree-sitter-sway.git) | unstable | `HFIJL` | | @ribru17 -[swift](https://github.com/alex-pinkus/tree-sitter-swift) | unstable | `HFIJL` | X | @alex-pinkus +[swift](https://github.com/alex-pinkus/tree-sitter-swift) | unmaintained | `HFIJL` | X | @alex-pinkus [sxhkdrc](https://github.com/RaafatTurki/tree-sitter-sxhkdrc) | unstable | `HF J ` | | @RaafatTurki [systemtap](https://github.com/ok-ryoko/tree-sitter-systemtap) | unstable | `HF JL` | | @ok-ryoko [t32](https://gitlab.com/xasc/tree-sitter-t32) | unstable | `HFIJL` | | @xasc diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 6583bd3b9..bcd5598cf 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2199,7 +2199,7 @@ return { url = 'https://github.com/alex-pinkus/tree-sitter-swift', }, maintainers = { '@alex-pinkus' }, - tier = 2, + tier = 3, }, sxhkdrc = { install_info = { |
