Updated colors for decorators.

This commit is contained in:
Anthony Scopatz 2012-08-03 10:24:53 -06:00
parent 023a2c7f28
commit 9dd7714af8
1 changed files with 4 additions and 1 deletions

View File

@ -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 "[(){}]" "\[" "\]"