From 8657054e4b3d3ef50b0edcdf34b7bfcfc62edbe8 Mon Sep 17 00:00:00 2001 From: Simon Repp Date: Mon, 5 Aug 2019 23:19:29 +0200 Subject: [PATCH] Add tree-sitter-eno to available completed parsers (#413) --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 550a3efb..077a83ea 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,6 +31,7 @@ Parsers for these languages are fairly complete: * [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) +* [Eno](https://github.com/eno-lang/tree-sitter-eno) * [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)