From 53b30af00311442aa85f68e8f08f3f88ca4fbf5f Mon Sep 17 00:00:00 2001 From: Razzeee Date: Fri, 31 May 2019 13:25:14 +0200 Subject: [PATCH] Add elm tree sitter --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index cc0d265e..63077111 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,7 @@ Parsers for these languages are fairly complete: * [C](https://github.com/tree-sitter/tree-sitter-c) * [C++](https://github.com/tree-sitter/tree-sitter-cpp) * [CSS](https://github.com/tree-sitter/tree-sitter-css) +* [Elm](https://github.com/razzeee/tree-sitter-elm) * [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)