diff --git a/docs/index.md b/docs/index.md index 2e3b59ed..cc4f5850 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,8 @@ There are currently bindings that allow Tree-sitter to be used from the followin * [Kotlin](https://github.com/oxisto/kotlintree) * [Java](https://github.com/serenadeai/java-tree-sitter) +By convention, bindings are named with the language first, eg. ruby-tree-sitter. + ### Parsers * [Ada](https://github.com/briot/tree-sitter-ada) @@ -146,6 +148,8 @@ There are currently bindings that allow Tree-sitter to be used from the followin * [YANG](https://github.com/Hubro/tree-sitter-yang) * [Zig](https://github.com/maxxnino/tree-sitter-zig) +By convention, parsers are named with the language last, eg. tree-sitter-ruby. + ### Talks on Tree-sitter * [Strange Loop 2018](https://www.thestrangeloop.com/2018/tree-sitter---a-new-parsing-system-for-programming-tools.html)