aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-06-23 19:28:22 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-06-23 20:25:00 +0200
commit6c503103710e6ba95632b540f0f337c648b92f17 (patch)
tree221091f3dda089c7bad50ab853a20825504b8980
parentfix: register `powershell` language for `ps1` filetype (#7965) (diff)
downloadnvim-treesitter-6c503103710e6ba95632b540f0f337c648b92f17.tar
nvim-treesitter-6c503103710e6ba95632b540f0f337c648b92f17.tar.gz
nvim-treesitter-6c503103710e6ba95632b540f0f337c648b92f17.tar.bz2
nvim-treesitter-6c503103710e6ba95632b540f0f337c648b92f17.tar.lz
nvim-treesitter-6c503103710e6ba95632b540f0f337c648b92f17.tar.xz
nvim-treesitter-6c503103710e6ba95632b540f0f337c648b92f17.tar.zst
nvim-treesitter-6c503103710e6ba95632b540f0f337c648b92f17.zip
chore(wit): mark as unmaintained
-rw-r--r--SUPPORTED_LANGUAGES.md2
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md
index 4e3fe466d..9367de7db 100644
--- a/SUPPORTED_LANGUAGES.md
+++ b/SUPPORTED_LANGUAGES.md
@@ -322,7 +322,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
[wgsl](https://github.com/szebniok/tree-sitter-wgsl) | unstable | `HFIJ ` | | @szebniok
[wgsl_bevy](https://github.com/tree-sitter-grammars/tree-sitter-wgsl-bevy) | unstable | `HFI  ` | | @theHamsta
[wing](https://github.com/winglang/tree-sitter-wing) | unstable | `HF JL` | | @gshpychka, @MarkMcCulloh
-[wit](https://github.com/liamwh/tree-sitter-wit) | unstable | `HF J ` | | @liamwh
+[wit](https://github.com/liamwh/tree-sitter-wit) | unmaintained | `HF J ` | | @liamwh
[xcompose](https://github.com/tree-sitter-grammars/tree-sitter-xcompose) | unstable | `H  JL` | | @ObserverOfTime
[xml](https://github.com/tree-sitter-grammars/tree-sitter-xml) | unstable | `HFIJL` | | @ObserverOfTime
[xresources](https://github.com/ValdezFOmar/tree-sitter-xresources) | unstable | `HF JL` | | @ValdezFOmar
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index ade94c60c..fcfcbd45d 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -2562,7 +2562,7 @@ return {
url = 'https://github.com/liamwh/tree-sitter-wit',
},
maintainers = { '@liamwh' },
- tier = 2,
+ tier = 3,
},
xcompose = {
install_info = {