garuda-common-settings/etc/skel/.config/micro/syntax/conf.yaml

19 lines
321 B
YAML

filetype: conf
detect:
filename: "(\\.(conf)$|\\.(cfg)$)"
rules:
- constant.string:
start: "\""
end: "\""
skip: "\\\\."
rules:
- constant.specialChar: "\\\\."
- comment:
start: "#"
end: "$"
rules:
- todo: "(TODO|XXX|FIXME):?"