Added unsigned to cython.

This commit is contained in:
Anthony Scopatz 2012-11-17 11:31:54 -08:00
parent 7489e90109
commit 495c715e13
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ color brightmagenta "\<(continue|break|return)\>"
# Cython Keyword Color
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
color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"