euclidianAce / ltreesitter

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

Actually implement predicates #17

Closed euclidianAce closed 1 year ago

euclidianAce commented 1 year ago

Turns out I misinterpreted how the QueryPredicateStep works and it was a miracle that anything related to predicates with captures worked in the first place.

This should hopefully fix that and #13