Releases: tree-sitter/tree-sitter-c
Releases · tree-sitter/tree-sitter-c
v0.20.7
What's Changed
- Fix
sizeof
precedence by @philipturnbull in #168 - Adds GH tag queries by @BekaValentine in #122
- Add Microsoft SEH extension to the grammar by @DennySun2100 in #164
- Add TAGS_QUERY to rust bindings by @Squadrick in #175
- Misc fixes by @amaanq
New Contributors
- @philipturnbull made their first contribution in #168
- @BekaValentine made their first contribution in #122
- @DennySun2100 made their first contribution in #164
- @Squadrick made their first contribution in #175
Full Changelog: v0.20.6...v0.20.7
v0.20.6
v0.20.5
v0.20.4
Features
Bug Fixes
- rework typedef specifiers again (4c49fc3)
- swap precedences of assignnment and conditional expressions (f3559c6)
- disallow
/
after\S
to better handle comments in preproc_arg (5890e77) - make preproc newlines immediate so they don't span excess trailing newliens (41c0a15)
Full Changelog: v0.20.3...v0.20.4