tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
337 stars 96 forks source link

fix: allow brackets for macro definitions #213

Closed DemonEin closed 6 months ago

DemonEin commented 6 months ago

I noticed brackets in macro definitions was missing, added with a test. See Rust reference page here. I ran the tests which passed.

amaanq commented 6 months ago

thanks!