-
Notifications
You must be signed in to change notification settings - Fork 139
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
Cython tree-sitter #173
Comments
A look around the ecosystem didn’t turn anything up. The only one I could find is on a user and repo that have since been deleted. Apologies. |
I know this is old, but I'll likely write one soon :) |
Any news on this one? |
Hey all, I've got an initial working implementation of a tree-sitter parser for Cython: https://github.com/b0o/tree-sitter-cython Contributions are welcome to help improve parsing/tests/queries. Thanks to @amaanq for the bulk of the grammar. |
Recently started using helix and I work quite a bit with cython.
For syntax highlighting with helix, it needs a tree-sitter for the given language. I understand this is for Python, but does anyone know if there is a tree-sitter for cython or how one would go about it?
The text was updated successfully, but these errors were encountered: