mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
fixed decorator highlighting.
This commit is contained in:
parent
fddf6cf791
commit
dba968a737
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "[.:;,+*|=!\%@]" "<" ">" "/" "-" "&"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue