-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add C# language support #276
Conversation
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.
This looks good to me pending @aymannadeem’s sign-off.
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.
This is great!
Okay to merge? |
Fine by me |
Should I create a PR for a version bump and change-log ? |
Since this is the first version, we shouldn’t need any changeling updates: we should just do the rest of the steps in the release process and pop it up on Hackage. |
Do you need me to do those steps or is the "we" github? |
@damieng I think for now @tree-sitter/semantic-code should own the tree-sitter packages, though we’ll be happy to add you alongside, since you did the work! For now, you can depend on the new package directly as a pinned git version in the |
Add's C# support here in order to get closer to C# semantic code support on GitHub.com
Not sure how to test this locally but the CI/GH Actions are passing including running the corpus tests.
Let me know if anything else needs to happen either on this repo, tree-sitter-c-sharp or elsewhere!
Fixes #185