-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add C# language support #585
Conversation
c438dd2
to
273193d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, would just love a few more tests to award the bounty. Also please run this on a real C# repo and confirm it works.
Thanks for the review @morgante. |
/claim #438
PS: The
tree-sitter-c-sharp
submodule has introduced a newtree-sitter-language
crate (https://crates.io/crates/tree-sitter-language) to decouple grammar parsing with the rest of tree-sitter. Unfortunately this is incompatible withtree-sitter-facade
so I reverted thetree-sitter-language
changes.This is why the submodule doesn't point to the official
tree-sitter-c-sharp
repository.