mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Added void keyword to cython
This commit is contained in:
parent
dd39f5abb5
commit
5d8b59ce10
@ -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 "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
|
||||
|
Loading…
Reference in New Issue
Block a user