micro/runtime/syntax/mc.yaml
2024-09-09 18:32:30 +02:00

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: "'"