micro/runtime/syntax/conf.yaml

10 lines
176 B
YAML
Raw Normal View History

2017-03-21 21:55:22 +03:00
filetype: conf
detect:
filename: "\\.c[o]?nf$"
rules:
- constant.string: "\"(\\\\.|[^\"])*\""
- comment: "^[[:space:]]*#.*$"
- comment: "^[[:space:]]*##.*$"