Changelog
Source:NEWS.md
treesitter 0.2.0
CRAN release: 2025-04-08
New
query_end_byte_for_pattern()
(#22).query_captures()
andquery_matches()
gain support forany-
style predicates (initial PR by @kylebutts, #30).query_captures()
andquery_matches()
now have an expansive examples section (#30).Fixed an issue with
#eq?
predicates where extra partial matches could be returned (#28).Updated to tree-sitter v0.23.0 (#23).
Removed usage of non-API C calls (#33).