tree-sitter / tree-sitter-go

Go grammar for tree-sitter
MIT License
310 stars 65 forks source link

builtin functions? #55

Closed jimeh closed 1 year ago

jimeh commented 2 years 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

amaanq commented 1 year ago

This can be accomplished w/ queries

jimeh commented 1 year ago

@amaanq Apologies, I forgot to close this a while back when #96 was merged.

amaanq commented 1 year ago

no worries!