Skip to content

Commit c26dde0

Browse files
authored
Merge pull request tree-sitter#1947 from hickford/patch-3
docs: explain naming convention for bindings and parsers
2 parents 550bf4c + 5ce60ef commit c26dde0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ There are currently bindings that allow Tree-sitter to be used from the followin
3030
* [Kotlin](https://github.com/oxisto/kotlintree)
3131
* [Java](https://github.com/serenadeai/java-tree-sitter)
3232

33+
By convention, bindings are named with the language first, eg. ruby-tree-sitter.
34+
3335
### Parsers
3436

3537
* [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
146148
* [YANG](https://github.com/Hubro/tree-sitter-yang)
147149
* [Zig](https://github.com/maxxnino/tree-sitter-zig)
148150

151+
By convention, parsers are named with the language last, eg. tree-sitter-ruby.
152+
149153
### Talks on Tree-sitter
150154

151155
* [Strange Loop 2018](https://www.thestrangeloop.com/2018/tree-sitter---a-new-parsing-system-for-programming-tools.html)

0 commit comments

Comments
 (0)