mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
21 lines
354 B
YAML
21 lines
354 B
YAML
# sendmail config files
|
|
|
|
filetype: mc
|
|
|
|
detect:
|
|
filename: "\\.mc$"
|
|
|
|
rules:
|
|
- statement: "^(divert|VERSIONID|OSTYPE|DOMAIN|FEATURE|define)"
|
|
- statement: "^(DAEMON_OPTIONS|MAILER)"
|
|
- comment:
|
|
start: "#"
|
|
end: "$"
|
|
- comment:
|
|
start: "dnl"
|
|
end: "$"
|
|
- constant.string:
|
|
start: "`"
|
|
end: "'"
|
|
|