From 3ac53cb645335ecff7f7ce620011fa2c3755ea86 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 19 Nov 2021 13:58:46 -0800 Subject: [PATCH] Add link to Lua bindings --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 047da20e..29c821bb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,7 @@ There are currently bindings that allow Tree-sitter to be used from the followin * [Haskell](https://github.com/tree-sitter/haskell-tree-sitter) * [JavaScript (Node.js)](https://github.com/tree-sitter/node-tree-sitter) * [JavaScript (Wasm)](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web) +* [Lua](https://github.com/euclidianAce/ltreesitter) * [OCaml](https://github.com/returntocorp/ocaml-tree-sitter-core) * [Python](https://github.com/tree-sitter/py-tree-sitter) * [Ruby](https://github.com/tree-sitter/ruby-tree-sitter)