You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a pretty nice addition to the list of grammars supported by default would be tree-sitter-go-mod to parse the contents of go.mod files.
My use case is I'm using tree sitter to parse and analyze some Go code, and as part of that, some things I want to implement require me to read go.mod .Would be nice to use tree sitter for this.
The text was updated successfully, but these errors were encountered:
I think a pretty nice addition to the list of grammars supported by default would be tree-sitter-go-mod to parse the contents of
go.mod
files.My use case is I'm using tree sitter to parse and analyze some Go code, and as part of that, some things I want to implement require me to read
go.mod
.Would be nice to use tree sitter for this.The text was updated successfully, but these errors were encountered: