Added void keyword to cython
This commit is contained in:
+1
-1
@@ -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)\>"
|
color red "\<(bint|char|double|int|public|void)\>"
|
||||||
|
|
||||||
#Operator Color
|
#Operator Color
|
||||||
color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
|
color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
|
||||||
|
|||||||
Reference in New Issue
Block a user