From d51cd86a3a12ba8730c3e1251c63c32000adf4ca Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 22 Mar 2019 14:20:31 -0700 Subject: [PATCH] Update available bindings section of docs --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 0a64e1dc..3c3e0d16 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,9 +16,10 @@ Tree-sitter is a parser generator tool and an incremental parsing library. It ca There are currently bindings that allow Tree-sitter to be used from the following languages: * [JavaScript](https://github.com/tree-sitter/node-tree-sitter) -* [Rust](https://github.com/tree-sitter/rust-tree-sitter) -* [Haskell](https://github.com/tree-sitter/haskell-tree-sitter) +* [Python](https://github.com/tree-sitter/py-tree-sitter) +* [Rust](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding) * [Ruby](https://github.com/tree-sitter/ruby-tree-sitter) +* [Haskell](https://github.com/tree-sitter/haskell-tree-sitter) ### Available Parsers