mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
24 lines
470 B
YAML
24 lines
470 B
YAML
filetype: caddyfile
|
|
|
|
detect:
|
|
filename: "Caddyfile"
|
|
|
|
rules:
|
|
- identifier: "^\\s*\\S+(\\s|$)"
|
|
- type: "^([\\w.:/-]+,? ?)+[,{]$"
|
|
- constant.specialChar: "\\s{$"
|
|
- constant.specialChar: "^\\s*}$"
|
|
- constant.string:
|
|
start: "\""
|
|
end: "\""
|
|
skip: "\\\\."
|
|
rules:
|
|
- constant.specialChar: "\\\\."
|
|
|
|
- preproc: "\\{(\\w+|\\$\\w+|%\\w+%)\\}"
|
|
- comment:
|
|
start: "#"
|
|
end: "$"
|
|
rules: []
|
|
|