docs: clarify naming convention for bindings and parsers
This commit is contained in:
parent
6d1904c221
commit
5ce60ef9e5
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue