aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLiam Woodleigh-Hardinge <liam.woodleigh@gmail.com>2024-04-15 13:01:56 +0200
committerGitHub <noreply@github.com>2024-04-15 11:01:56 +0000
commit2a95ff14764af20d32ec1edb27e11c38a84b9478 (patch)
tree86866919963a36c9e23bd529409f2eb62290cb82 /README.md
parentbot(lockfile): update cpp, cuda, glsl, hlsl, http, julia, norg, slang, unison, v (diff)
downloadnvim-treesitter-2a95ff14764af20d32ec1edb27e11c38a84b9478.tar
nvim-treesitter-2a95ff14764af20d32ec1edb27e11c38a84b9478.tar.gz
nvim-treesitter-2a95ff14764af20d32ec1edb27e11c38a84b9478.tar.bz2
nvim-treesitter-2a95ff14764af20d32ec1edb27e11c38a84b9478.tar.lz
nvim-treesitter-2a95ff14764af20d32ec1edb27e11c38a84b9478.tar.xz
nvim-treesitter-2a95ff14764af20d32ec1edb27e11c38a84b9478.tar.zst
nvim-treesitter-2a95ff14764af20d32ec1edb27e11c38a84b9478.zip
feat(wit): Add wit parser (#6428)
feat: Add injections.scm fix: reverse order of matching Co-authored-by: 再生花 <hoangtun0810@gmail.com> fix: lua match for functions doc: Resolve conflict fix: Amend incorrect alphabetical order
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 52540cafe..2bf7c9175 100644
--- a/README.md
+++ b/README.md
@@ -438,6 +438,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [wgsl](https://github.com/szebniok/tree-sitter-wgsl) (maintained by @szebniok)
- [x] [wgsl_bevy](https://github.com/theHamsta/tree-sitter-wgsl-bevy) (maintained by @theHamsta)
- [x] [wing](https://github.com/winglang/tree-sitter-wing) (maintained by @gshpychka, @MarkMcCulloh)
+- [x] [wit](https://github.com/liamwh/tree-sitter-wit) (maintained by @liamwh)
- [x] [xcompose](https://github.com/ObserverOfTime/tree-sitter-xcompose) (maintained by @ObserverOfTime)
- [x] [xml](https://github.com/tree-sitter-grammars/tree-sitter-xml) (maintained by @ObserverOfTime)
- [x] [yaml](https://github.com/tree-sitter-grammars/tree-sitter-yaml) (maintained by @amaanq)