mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
fix(swift): mark as unmaintained
Prevent from updating parser with breaking changes until queries are adapted.
This commit is contained in:
parent
c1dfc39285
commit
1043871ef4
2 changed files with 2 additions and 2 deletions
|
|
@ -2199,7 +2199,7 @@ return {
|
|||
url = 'https://github.com/alex-pinkus/tree-sitter-swift',
|
||||
},
|
||||
maintainers = { '@alex-pinkus' },
|
||||
tier = 2,
|
||||
tier = 3,
|
||||
},
|
||||
sxhkdrc = {
|
||||
install_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue