docs: clarify naming convention for bindings and parsers

This commit is contained in:
M Hickford 2022-11-05 19:46:27 +00:00 committed by Andrew Hlynskyi
parent 6d1904c221
commit 5ce60ef9e5

View file

@ -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)