File: email.nanorc

package info (click to toggle)
nano 8.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,832 kB
  • sloc: ansic: 77,597; sh: 4,960; makefile: 219; sed: 16
file content (17 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 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+[^[:space:].)]"

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