aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-06-29 10:35:02 +0000
committerChristian Clason <c.clason@uni-graz.at>2023-06-29 12:41:35 +0200
commite89fd9f9632ebbb3e80a9f524f3d77358fc17d0a (patch)
treee12ff0ba03dc609809bdbd2f006ac7a4d976d66b
parentfeat(wing): add parser (#5021) (diff)
downloadnvim-treesitter-e89fd9f9632ebbb3e80a9f524f3d77358fc17d0a.tar
nvim-treesitter-e89fd9f9632ebbb3e80a9f524f3d77358fc17d0a.tar.gz
nvim-treesitter-e89fd9f9632ebbb3e80a9f524f3d77358fc17d0a.tar.bz2
nvim-treesitter-e89fd9f9632ebbb3e80a9f524f3d77358fc17d0a.tar.lz
nvim-treesitter-e89fd9f9632ebbb3e80a9f524f3d77358fc17d0a.tar.xz
nvim-treesitter-e89fd9f9632ebbb3e80a9f524f3d77358fc17d0a.tar.zst
nvim-treesitter-e89fd9f9632ebbb3e80a9f524f3d77358fc17d0a.zip
Update README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 973905a54..64f7d412f 100644
--- a/README.md
+++ b/README.md
@@ -362,6 +362,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [vue](https://github.com/ikatyang/tree-sitter-vue) (maintained by @WhyNotHugo)
- [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/wing) (experimental, maintained by @gshpychka)
- [x] [yaml](https://github.com/ikatyang/tree-sitter-yaml) (maintained by @stsewd)
- [x] [yang](https://github.com/Hubro/tree-sitter-yang) (maintained by @Hubro)
- [x] [yuck](https://github.com/Philipp-M/tree-sitter-yuck) (maintained by @Philipp-M, @amaanq)