mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Added struct keywpord to cython
This commit is contained in:
parent
4c6ba5bd09
commit
dd39f5abb5
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ color green "\<(and|as|assert|class|def|del|elif|else|except|exec|finally|for|fr
|
|||
color brightmagenta "\<(continue|break|return)\>"
|
||||
|
||||
# Cython Keyword Color
|
||||
color green "\<(cdef|cimport|cpdef|cppclass|ctypedef|extern|include|namespace|property)\>"
|
||||
color green "\<(cdef|cimport|cpdef|cppclass|ctypedef|extern|include|namespace|property|struct)\>"
|
||||
color red "\<(bint|char|double|int|public)\>"
|
||||
|
||||
#Operator Color
|
||||
|
|
@ -26,5 +26,5 @@ color cyan "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
|
|||
color cyan "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
|
||||
color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
|
||||
|
||||
#Comment Color
|
||||
# Comment Color
|
||||
color brightblue "#.*$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue