tree-sitter / tree-sitter-scala

Scala grammar for tree-sitter
MIT License
158 stars 55 forks source link

Fixed Go binding #421

Closed asalvi0 closed 1 month ago

asalvi0 commented 1 month ago

The Go module wasn't working for this grammar. The problem was in the directory where the go.mod file was located, and the module name; now, it's working and passing test.

amaanq commented 1 month ago

The Go binding has been updated in #422 - thanks for the PR though!