Added struct keywpord to cython

This commit is contained in:
Anthony Scopatz 2011-02-10 14:39:30 -06:00
parent 4c6ba5bd09
commit dd39f5abb5
1 changed files with 2 additions and 2 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|include|namespace|property)\>"
color green "\<(cdef|cimport|cpdef|cppclass|ctypedef|extern|include|namespace|property|struct)\>"
color red "\<(bint|char|double|int|public)\>"
#Operator Color
@ -26,5 +26,5 @@ color cyan "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
color cyan "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
#Comment Color
# Comment Color
color brightblue "#.*$"