aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-10 12:38:22 +0000
committerChristian Clason <c.clason@uni-graz.at>2023-09-10 14:44:43 +0200
commitd5f57cd4794d8f0a541f140229e5764e2f41d63a (patch)
treefe92208059e0809ceb1f3be0937da91ec00d7393
parentfeat: add EDS (diff)
downloadnvim-treesitter-d5f57cd4794d8f0a541f140229e5764e2f41d63a.tar
nvim-treesitter-d5f57cd4794d8f0a541f140229e5764e2f41d63a.tar.gz
nvim-treesitter-d5f57cd4794d8f0a541f140229e5764e2f41d63a.tar.bz2
nvim-treesitter-d5f57cd4794d8f0a541f140229e5764e2f41d63a.tar.lz
nvim-treesitter-d5f57cd4794d8f0a541f140229e5764e2f41d63a.tar.xz
nvim-treesitter-d5f57cd4794d8f0a541f140229e5764e2f41d63a.tar.zst
nvim-treesitter-d5f57cd4794d8f0a541f140229e5764e2f41d63a.zip
Update README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d127bd7a1..cd9687a71 100644
--- a/README.md
+++ b/README.md
@@ -212,6 +212,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [doxygen](https://github.com/amaanq/tree-sitter-doxygen) (maintained by @amaanq)
- [x] [dtd](https://github.com/ObserverOfTime/tree-sitter-xml) (maintained by @ObserverOfTime)
- [x] [ebnf](https://github.com/RubixDev/ebnf) (experimental, maintained by @RubixDev)
+- [x] [eds](https://github.com/uyha/tree-sitter-eds) (maintained by @uyha)
- [x] [eex](https://github.com/connorlay/tree-sitter-eex) (maintained by @connorlay)
- [x] [elixir](https://github.com/elixir-lang/tree-sitter-elixir) (maintained by @connorlay)
- [x] [elm](https://github.com/elm-tooling/tree-sitter-elm) (maintained by @zweimach)