From 7891f2f1e22f47efaca8b12f89f2d7939def3aff Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Sat, 5 Dec 2020 17:44:19 +0100 Subject: [PATCH] Add Erlang and S-exp to available parser list --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index eca3f1a9..414dd9f9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,6 +46,7 @@ Parsers for these languages are fairly complete: * [Python](https://github.com/tree-sitter/tree-sitter-python) * [Ruby](https://github.com/tree-sitter/tree-sitter-ruby) * [Rust](https://github.com/tree-sitter/tree-sitter-rust) +* [S-expressions](https://github.com/AbstractMachinesLab/tree-sitter-sexp) * [SystemRDL](https://github.com/SystemRDL/tree-sitter-systemrdl) * [TOML](https://github.com/ikatyang/tree-sitter-toml) * [TypeScript](https://github.com/tree-sitter/tree-sitter-typescript) @@ -58,6 +59,7 @@ Parsers for these languages are fairly complete: Parsers for these languages are in development: * [Agda](https://github.com/tree-sitter/tree-sitter-agda) +* [Erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang/) * [Haskell](https://github.com/tree-sitter/tree-sitter-haskell) * [Julia](https://github.com/tree-sitter/tree-sitter-julia) * [Nix](https://github.com/cstrahan/tree-sitter-nix)