micro/runtime/syntax/mail.yaml

20 lines
464 B
YAML
Raw Normal View History

filetype: mail
2017-03-21 18:55:22 +00:00
detect:
filename: "(.*/mutt-.*|\\.eml)$"
header: "^From .* \\d+:\\d+:\\d+ \\d+"
rules:
2017-03-21 18:55:22 +00:00
- constant: "^From .*"
- identifier: "^[^[:space:]]+:"
- preproc: "^List-(Id|Archive|Subscribe|Unsubscribe|Post|Help):"
- constant: "^(To|From):"
2017-03-21 18:55:22 +00:00
- constant.string: "^Subject:.*"
- statement: "<?[^@[:space:]]+@[^[:space:]]+>?"
- default:
start: "^\\n\\n"
end: ".*"
rules: []
2017-03-21 18:55:22 +00:00
- comment: "^>.*$"