-
Notifications
You must be signed in to change notification settings - Fork 6
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
Improve support for C# #27
Comments
I'll like to take a look at this if it's still needed. |
Go ahead, the more languages the better :D |
I've opened a PR for the C# support here: #43 |
Experimental implementation of C# support was released in Let's keep issue open, as it still need a lot of work for more robustness. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As requested in #7 - support for C# should be added to CodeQue.
It should be done by integrating tree-sitter-sharp parser.
Parser has heavy grammar definition which would impact the size of nodes mapping and WASM file and perhaps parsing speed.
It's worth doing a PoC on parser speed before investing time for integrating it with CodeQue.
The text was updated successfully, but these errors were encountered: