Added void keyword to cython

This commit is contained in:
Anthony Scopatz 2011-02-11 11:36:00 -06:00
parent dd39f5abb5
commit 5d8b59ce10
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)\>"
color red "\<(bint|char|double|int|public|void)\>"
#Operator Color
color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"