From 5ce60ef9e5183c7cbc91d2fd2c3f50a1c63ced3e Mon Sep 17 00:00:00 2001 From: M Hickford Date: Sat, 5 Nov 2022 19:46:27 +0000 Subject: [PATCH] docs: clarify naming convention for bindings and parsers --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) 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)