-
Notifications
You must be signed in to change notification settings - Fork 12
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 it (just small changes are needed) #1
Comments
Hi, the grammar was just copyed from https://github.com/MagicStack/MagicPython. But I have no time to improve it recently, also sorry for the delayed reply. |
Hi, |
|
That's very basic, but it's almost enough for me. |
There are some keywords need to be highlighted: |
And also highlighting for C/C++ types are missing: |
Hi!
Thanks for this extension!
Could it be possible to improve it, to support some syntax that are not yet supported?
from ... cimport ...
thecimport
should be colored asimport
cdef [type] variable
cdef should be colored as keywordcdef function
samedef test(float x, float y)
should colorflat
Thanks in advance (if you can fix this)
The text was updated successfully, but these errors were encountered: