Added unsigned to cython.

This commit is contained in:
Anthony Scopatz 2012-11-17 11:31:54 -08:00
parent 7489e90109
commit 495c715e13

View File

@ -13,7 +13,7 @@ color brightmagenta "\<(continue|break|return)\>"
# Cython Keyword Color # Cython Keyword Color
color green "\<(cdef|cimport|cpdef|cppclass|ctypedef|extern|include|namespace|property|struct)\>" color green "\<(cdef|cimport|cpdef|cppclass|ctypedef|extern|include|namespace|property|struct)\>"
color red "\<(bint|char|double|int|public|void)\>" color red "\<(bint|char|double|int|public|void|unsigned)\>"
#Operator Color #Operator Color
color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&" color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"