mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 22:37:10 +09:00
20 lines
443 B
YAML
20 lines
443 B
YAML
filetype: caddyfile
|
|
|
|
detect:
|
|
filename: "Caddyfile"
|
|
|
|
rules:
|
|
- identifier: "^\\s*\\S+(\\s|$)"
|
|
- type: "^([\\w.:/-]+,? ?)+[,{]$"
|
|
- constant.specialChar: "\\s{$"
|
|
- constant.specialChar: "^\\s*}$"
|
|
- constant.string:
|
|
start: "\\\""
|
|
end: "\\\""
|
|
rules: []
|
|
|
|
- preproc: "\\{(\\w+|\\$\\w+|%\\w+%)\\}"
|
|
- comment: "#.*"
|
|
- indent-char: "([[:space:]]{2,}|\\t){$"
|
|
- indent-char: "[[:space:]]+$"
|