mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35: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 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)\>"
|
color brightmagenta "\<(continue|break|return)\>"
|
||||||
|
|
||||||
|
# decorator color
|
||||||
|
color brightgreen "@.*"
|
||||||
|
|
||||||
#Operator Color
|
#Operator Color
|
||||||
color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
|
color yellow "[.:;,+*|=!\%@]" "<" ">" "/" "-" "&"
|
||||||
|
|
||||||
#Parenthetical Color
|
#Parenthetical Color
|
||||||
color magenta "[(){}]" "\[" "\]"
|
color magenta "[(){}]" "\[" "\]"
|
||||||
|
Loading…
Reference in New Issue
Block a user