mirror of
https://github.com/scopatz/nanorc
synced 2024-11-04 16:50:00 +01:00
Added some compiletime evaluation keywords to cython.
This commit is contained in:
parent
70d02691cd
commit
d59e4a65ef
@ -8,7 +8,7 @@ icolor brightred "cdef cppclass [ 0-9A-Z_]+\(.*?\):"
|
||||
|
||||
|
||||
# Python Keyword Color
|
||||
color green "\<(and|as|assert|class|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|map|not|or|pass|print|raise|try|while|with|yield)\>"
|
||||
color green "\<(and|as|assert|class|def|DEF|del|elif|ELIF|else|ELSE|except|exec|finally|for|from|global|if|IF|import|in|is|lambda|map|not|or|pass|print|raise|try|while|with|yield)\>"
|
||||
color brightmagenta "\<(continue|break|return)\>"
|
||||
|
||||
# Cython Keyword Color
|
||||
|
Loading…
Reference in New Issue
Block a user