diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-07-19 15:00:01 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-07-19 15:06:34 +0200 |
| commit | a98e67ad40e4ac97deee8ea97ce2d1c8c27352cc (patch) | |
| tree | 9f99c7d8218064c368d49c4448e3485067623eac | |
| parent | feat(pkl): add parser and queries (#8011) (diff) | |
| download | nvim-treesitter-a98e67ad40e4ac97deee8ea97ce2d1c8c27352cc.tar nvim-treesitter-a98e67ad40e4ac97deee8ea97ce2d1c8c27352cc.tar.gz nvim-treesitter-a98e67ad40e4ac97deee8ea97ce2d1c8c27352cc.tar.bz2 nvim-treesitter-a98e67ad40e4ac97deee8ea97ce2d1c8c27352cc.tar.lz nvim-treesitter-a98e67ad40e4ac97deee8ea97ce2d1c8c27352cc.tar.xz nvim-treesitter-a98e67ad40e4ac97deee8ea97ce2d1c8c27352cc.tar.zst nvim-treesitter-a98e67ad40e4ac97deee8ea97ce2d1c8c27352cc.zip | |
fix(wit): update repo url
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 764b96e3c..8c6cd3ace 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -324,7 +324,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) | unmaintained | `HF J ` | | @liamwh +[wit](https://github.com/bytecodealliance/tree-sitter-wit) | unstable | `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 5c611a3f8..b1d21fbd5 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2574,10 +2574,10 @@ return { wit = { install_info = { revision = '37bf43c7f11d2b4af7a78d98a19e6d5c2cf04ad2', - url = 'https://github.com/liamwh/tree-sitter-wit', + url = 'https://github.com/bytecodealliance/tree-sitter-wit', }, maintainers = { '@liamwh' }, - tier = 3, + tier = 2, }, xcompose = { install_info = { |
