Closed jimeh closed 1 year ago
It doesn't look like Go's built-in functions are defined in tree-sitter-go.
For reference, built-in function functions seem like they're fined here in Go's source: https://github.com/golang/go/blob/master/src/builtin/builtin.go
This can be accomplished w/ queries
@amaanq Apologies, I forgot to close this a while back when #96 was merged.
no worries!
It doesn't look like Go's built-in functions are defined in tree-sitter-go.
For reference, built-in function functions seem like they're fined here in Go's source: https://github.com/golang/go/blob/master/src/builtin/builtin.go