From 4238c6c7dcbbcb190ce9bc4d21f582d694bb7240 Mon Sep 17 00:00:00 2001 From: Mackenzie Morgan Date: Mon, 13 Dec 2021 13:25:17 -0500 Subject: [PATCH] add link to in-development Elixir parser --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 29c821bb..fd2362ad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -74,6 +74,7 @@ Parsers for these languages are fairly complete: Parsers for these languages are in development: * [Agda](https://github.com/tree-sitter/tree-sitter-agda) +* [Elixir](https://github.com/elixir-lang/tree-sitter-elixir) * [Erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang/) * [Dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) * [Go mod](https://github.com/camdencheek/tree-sitter-go-mod) @@ -87,7 +88,7 @@ Parsers for these languages are in development: * [Scala](https://github.com/tree-sitter/tree-sitter-scala) * [Sourcepawn](https://github.com/nilshelmig/tree-sitter-sourcepawn) * [Swift](https://github.com/tree-sitter/tree-sitter-swift) -* [SQL](https://github.com/m-novikov/tree-sitter-sql) +* [SQL](https://github.com/m-novikov/tree-sitter-sql) ### Talks on Tree-sitter