1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-21 16:15:40 +01:00

fixed decorator highlighting.

This commit is contained in:
Anthony Scopatz 2012-12-20 22:44:04 -06:00
parent fddf6cf791
commit dba968a737

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 "[.:;,+*|=!\%@]" "<" ">" "/" "-" "&"