mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
19 lines
443 B
YAML
19 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:]]+$"
|