From 0a1dbdd34064e279646bb9751b13840b6f4f8ed5 Mon Sep 17 00:00:00 2001 From: Christian Banse Date: Sat, 11 Dec 2021 13:26:06 +0100 Subject: [PATCH] Added bindings for Java and Kotlin to `index.md` --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 29c821bb..22c6dfe6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,6 +24,8 @@ There are currently bindings that allow Tree-sitter to be used from the followin * [Ruby](https://github.com/tree-sitter/ruby-tree-sitter) * [Rust](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_rust) * [Swift](https://github.com/ChimeHQ/SwiftTreeSitter) +* [Kotlin](https://github.com/oxisto/kotlintree) +* [Java](https://github.com/serenadeai/java-tree-sitter) ### Available Parsers