euclidianAce / ltreesitter

Standalone tree sitter bindings for the Lua language
MIT License
85 stars 4 forks source link

Query.match: make captures a `{string:Node|{Node}}` #20

Closed euclidianAce closed 1 year ago

euclidianAce commented 1 year ago

Instead of a match.captures["foobar"] just being the last node that @foobar captured, it will be an array of everything it captured