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