mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Some more cython improvements.
This commit is contained in:
parent
2944360474
commit
b407af3871
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ color green "\<(and|as|assert|class|def|del|elif|else|except|exec|finally|for|fr
|
|||
color brightmagenta "\<(continue|break|return)\>"
|
||||
|
||||
# Cython Keyword Color
|
||||
color green "\<(cdef|cpdef|cppclass|extern|namespace)\>"
|
||||
color green "\<(cdef|cimport|cpdef|cppclass|extern|namespace)\>"
|
||||
color red "\<(bint|char|double|int|public)\>"
|
||||
|
||||
#Operator Color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue