Added include to cython

This commit is contained in:
Anthony Scopatz 2011-02-09 09:47:05 -06:00
parent 6547a7341b
commit 4c6ba5bd09
1 changed files with 1 additions and 1 deletions

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)\>"
# Cython Keyword Color
color green "\<(cdef|cimport|cpdef|cppclass|ctypedef|extern|namespace|property)\>"
color green "\<(cdef|cimport|cpdef|cppclass|ctypedef|extern|include|namespace|property)\>"
color red "\<(bint|char|double|int|public)\>"
#Operator Color