micro/runtime/syntax/mc.yaml

21 lines
354 B
YAML
Raw Permalink Normal View History

2019-11-06 03:57:36 +00:00
# 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: "'"