From 531f2f48b106bd9fbc5e24b343f83874a528a2d3 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 5 Jul 2018 16:45:27 -0700 Subject: [PATCH] Update list of available parsers --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f8b4f517..451f3193 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,9 +27,11 @@ Parsers for these languages are fairly complete: * [Bash](https://github.com/tree-sitter/tree-sitter-bash) * [C](https://github.com/tree-sitter/tree-sitter-c) * [C++](https://github.com/tree-sitter/tree-sitter-cpp) +* [ERB / EJS](https://github.com/tree-sitter/tree-sitter-embedded-template) * [Go](https://github.com/tree-sitter/tree-sitter-go) * [HTML](https://github.com/tree-sitter/tree-sitter-html) * [JavaScript](https://github.com/tree-sitter/tree-sitter-javascript) +* [OCaml](https://github.com/tree-sitter/tree-sitter-ocaml) * [PHP](https://github.com/tree-sitter/tree-sitter-php) * [Python](https://github.com/tree-sitter/tree-sitter-python) * [Ruby](https://github.com/tree-sitter/tree-sitter-ruby) @@ -43,7 +45,6 @@ Parsers for these languages are in development: * [Haskell](https://github.com/tree-sitter/tree-sitter-haskell) * [Java](https://github.com/tree-sitter/tree-sitter-java) * [Julia](https://github.com/tree-sitter/tree-sitter-julia) -* [OCaml](https://github.com/tree-sitter/tree-sitter-ocaml) * [Scala](https://github.com/tree-sitter/tree-sitter-scala) ### Talks on Tree-sitter