What's Changed
- fix(generate): fold case-insensitive patterns ourselves by @WillLillis in https://github.com/tree-sitter/tree-sitter/pull/5761
- fix(query): keep the trailing anchor when a zero-matched quantifier is anchored on both sides by @tree-sitter-ci-bot[bot] in https://github.com/tree-sitter/tree-sitter/pull/5764
- fix(templates): add C source files to Python sdist by @WillLillis in https://github.com/tree-sitter/tree-sitter/pull/5765
- fix(init): don't lowercase repository url by @tree-sitter-ci-bot[bot] in https://github.com/tree-sitter/tree-sitter/pull/5768
- fix(highlight): use
std::sync::OnceCellfor various loader fields by @WillLillis in https://github.com/tree-sitter/tree-sitter/pull/5785 - fix(parser): restart recovery for invalid tokens in the error state by @tree-sitter-ci-bot[bot] in https://github.com/tree-sitter/tree-sitter/pull/5792
- Fix associativity resolution with mixed shift precedences by @tree-sitter-ci-bot[bot] in https://github.com/tree-sitter/tree-sitter/pull/5796
- fix(parser): fix parsing bug repeat operator by @tree-sitter-ci-bot[bot] in https://github.com/tree-sitter/tree-sitter/pull/5829
- release v0.26.12 by @clason in https://github.com/tree-sitter/tree-sitter/pull/5831
Full Changelog: https://github.com/tree-sitter/tree-sitter/compare/v0.26.11...v0.26.12