From 056a608991626656136c83081e6d4a4f02a08d32 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 26 Sep 2021 22:51:50 -0700 Subject: [PATCH] Add link to elisp parser --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index bb87a2a8..a03b1365 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,6 +34,7 @@ Parsers for these languages are fairly complete: * [CSS](https://github.com/tree-sitter/tree-sitter-css) * [DOT](https://github.com/rydesun/tree-sitter-dot) * [Elm](https://github.com/elm-tooling/tree-sitter-elm) +* [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) * [Fennel](https://github.com/travonted/tree-sitter-fennel)