Files
go-highlite/syntax_files/conf.yaml
T

17 lines
219 B
YAML

filetype: conf
detect:
filename: "\\.c[o]?nf$"
rules:
- constant.string:
start: "\""
end: "(?<!\\\\)\""
rules: []
- comment:
start: "#"
end: "$"
rules: []