Files
go-highlite/syntax_files/conf.yaml
T

18 lines
232 B
YAML

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