From 7530b0f77abd099acf3221186d668f6aa3108a3a Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 31 May 2019 09:20:49 -0700 Subject: [PATCH] Add link to lua parser in the docs --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 63077111..1da3afa8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -35,6 +35,7 @@ Parsers for these languages are fairly complete: * [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) +* [Lua](https://github.com/Azganoth/tree-sitter-lua) * [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)