aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Kempkens <daniel+git@kempkens.io>2021-05-14 21:23:58 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-05-18 19:10:06 +0200
commite7e1db38cd966ea1e382c321dd589378393ff186 (patch)
tree53e1db7efc6bfb47a4d1da1fca633c4d36a9a087 /README.md
parenthighlights(c/c++): "..." also exists in C (variadic macros) (diff)
downloadnvim-treesitter-e7e1db38cd966ea1e382c321dd589378393ff186.tar
nvim-treesitter-e7e1db38cd966ea1e382c321dd589378393ff186.tar.gz
nvim-treesitter-e7e1db38cd966ea1e382c321dd589378393ff186.tar.bz2
nvim-treesitter-e7e1db38cd966ea1e382c321dd589378393ff186.tar.lz
nvim-treesitter-e7e1db38cd966ea1e382c321dd589378393ff186.tar.xz
nvim-treesitter-e7e1db38cd966ea1e382c321dd589378393ff186.tar.zst
nvim-treesitter-e7e1db38cd966ea1e382c321dd589378393ff186.zip
Initial Elixir support
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 1dd531f86..aab7bb77f 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [dart](https://github.com/UserNobody14/tree-sitter-dart) (maintained by @Akin909)
- [x] [devicetree](https://github.com/joelspadin/tree-sitter-devicetree) (maintained by @jedrzejboczar)
- [x] [dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) (maintained by @camdencheek)
+- [x] [elixir](https://github.com/ananthakumaran/tree-sitter-elixir) (maintained by @nifoc)
- [ ] [elm](https://github.com/elm-tooling/tree-sitter-elm)
- [x] [erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang) (maintained by @ostera)
- [x] [fennel](https://github.com/travonted/tree-sitter-fennel) (maintained by @TravonteD)