HOME


5h-3LL 1.0
DIR: /usr/share/nano
/usr/share/nano/
Upload File:
Current File : /usr/share/nano/email.nanorc
## Syntax highlighting for emails.

syntax email "\.eml$"

# Quoted lines.
color green "^>.*"
color cyan "^> ?>.*"
color yellow "^> ?> ?>.*"

# Email addresses.
color brightmagenta "<[^@]+@[^@]+>"

# URLs.
color brightblue "(https?|ftp)://\S+\.\S+[^\s.)]"

# Signatures, even quoted ones.
color yellow start="^>* ?-- $" end="^>* ?$"