mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 00:25:39 +01:00
Updated colors for decorators.
This commit is contained in:
parent
023a2c7f28
commit
9dd7714af8
@ -9,8 +9,11 @@ icolor brightred "def [0-9A-Z_]+"
|
||||
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 brightmagenta "\<(continue|break|return)\>"
|
||||
|
||||
# decorator color
|
||||
color brightgreen "@.*"
|
||||
|
||||
#Operator Color
|
||||
color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
|
||||
color yellow "[.:;,+*|=!\%@]" "<" ">" "/" "-" "&"
|
||||
|
||||
#Parenthetical Color
|
||||
color magenta "[(){}]" "\[" "\]"
|
||||
|
Loading…
Reference in New Issue
Block a user