tree-sitter / tree-sitter-c

C grammar for tree-sitter
MIT License
225 stars 100 forks source link

fix: allow any position of sized type keywords #179

Closed ribru17 closed 7 months ago

ribru17 commented 8 months ago

Fixes #178

NOTE! I am not too confident about this PR as it is my first time doing parser related work, please review carefully :)

amaanq commented 7 months ago

Hey, thanks for the PR! I just cherry picked your commit onto master since I made a few fixes and didn't want to regenerate every time per fix (blowing up the git history size/diffs per commit), should be fixed on master now