tree-sitter / tree-sitter-c

C grammar for tree-sitter
MIT License
237 stars 106 forks source link

Support for some less frequently used C features #124

Closed casouri closed 1 year ago

casouri commented 1 year ago

tree-sitter-c doesn't seem to support _Noreturn and _Generic right now, and probably other features. It would be nice to have them supported, too, if someone has the time.