tree-sitter / tree-sitter-c-sharp

C# Grammar for tree-sitter
MIT License
177 stars 47 forks source link

Support primary constructor #332

Closed juli1 closed 1 month ago

juli1 commented 2 months ago

The current grammar does not support primary constructors. We should support primary constructors.

neubaner commented 2 months ago

I have been working on primary constructors support in my fork. Still WIP and there's a lot of tests missing, but hopefully I can submit a PR soon!