-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
scintilla dependentCan't be considered for N++ implementation unless/until Scintilla changesCan't be considered for N++ implementation unless/until Scintilla changes
Description
Description of the Issue
Cython files (.pyx, .pxd and .pxi) are not recognized by npp. The Cython keywords are
actually Python keywords + couple specific ones (cdef, cpdef) and also C types of data
should be highlighted too. I think that scintilla Python lexer supports Cython.
Steps to Reproduce the Issue
- Open any Cython file (rename python file *.py to *.pyx)
- NPP says it is a Normal text file
- Keyword are not highlighted, etc.
Expected Behavior
Actual Behavior
npp is not recognizing cython files.
Debug Information
None.
https://cython.readthedocs.io/en/latest/src/reference/language_basics.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scintilla dependentCan't be considered for N++ implementation unless/until Scintilla changesCan't be considered for N++ implementation unless/until Scintilla changes