1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 16:45:40 +01:00

Some more cython improvements.

This commit is contained in:
Anthony Scopatz 2011-02-03 01:18:24 -06:00
parent 2944360474
commit b407af3871

View File

@ -12,7 +12,7 @@ color green "\<(and|as|assert|class|def|del|elif|else|except|exec|finally|for|fr
color brightmagenta "\<(continue|break|return)\>" color brightmagenta "\<(continue|break|return)\>"
# Cython Keyword Color # 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)\>" color red "\<(bint|char|double|int|public)\>"
#Operator Color #Operator Color