File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments