From 54ace9fe27464dcd77d75db4e1535d4f45020443 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Thu, 20 Oct 2022 09:50:14 +0100 Subject: [PATCH] Add Erlang to list of Available Parsers Switching from under-development https://github.com/AbstractMachinesLab/tree-sitter-erlang to https://github.com/WhatsApp/tree-sitter-erlang/ which is based originally on it. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0fdef473..85f542a0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,6 +43,7 @@ Parsers for these languages are fairly complete: * [Emacs Lisp](https://github.com/Wilfred/tree-sitter-elisp) * [Eno](https://github.com/eno-lang/tree-sitter-eno) * [ERB / EJS](https://github.com/tree-sitter/tree-sitter-embedded-template) +* [Erlang](https://github.com/WhatsApp/tree-sitter-erlang/) * [Fennel](https://github.com/travonted/tree-sitter-fennel) * [GLSL (OpenGL Shading Language)](https://github.com/theHamsta/tree-sitter-glsl) * [Go](https://github.com/tree-sitter/tree-sitter-go) @@ -80,7 +81,6 @@ 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) * [Hack](https://github.com/slackhq/tree-sitter-hack)