mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
26 lines
599 B
YAML
26 lines
599 B
YAML
filetype: mail
|
|
|
|
detect:
|
|
filename: "(.*/mutt-.*|\\.eml)$"
|
|
header: "^From .* \\d+:\\d+:\\d+ \\d+"
|
|
|
|
rules:
|
|
- type: "^From .*"
|
|
- identifier: "^[^[:space:]]+:"
|
|
- preproc: "^List-(Id|Archive|Subscribe|Unsubscribe|Post|Help):"
|
|
- constant: "^(To|From):"
|
|
- constant.string:
|
|
start: "^Subject:.*"
|
|
end: "$"
|
|
rules:
|
|
- constant.specialChar: "\\\\."
|
|
- statement: "<?[^@[:space:]]+@[^[:space:]]+>?"
|
|
- default:
|
|
start: "^\\n\\n"
|
|
end: ".*"
|
|
rules: []
|
|
- comment:
|
|
start: "^>.*"
|
|
end: "$"
|
|
rules: []
|