mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Added unsigned to cython.
This commit is contained in:
parent
7489e90109
commit
495c715e13
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue