micro/runtime/syntax/conf.yaml

16 lines
209 B
YAML
Raw Normal View History

2017-03-21 18:55:22 +00:00
filetype: conf
detect:
2017-03-21 18:55:22 +00:00
filename: "\\.c[o]?nf$"
rules:
- constant.string:
start: "\""
end: "\""
rules: []
- comment:
start: "#"
end: "$"
rules: []