fixed decorator highlighting.

This commit is contained in:
Anthony Scopatz 2012-12-20 22:44:04 -06:00
parent fddf6cf791
commit dba968a737
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ color green "\<(and|as|assert|class|def|del|elif|else|except|exec|finally|for|fr
color brightmagenta "\<(continue|break|return)\>"
# decorator color
color brightgreen "@.*"
color brightgreen "@.*[(]"
#Operator Color
color yellow "[.:;,+*|=!\%@]" "<" ">" "/" "-" "&"