mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
9 lines
176 B
YAML
9 lines
176 B
YAML
filetype: conf
|
|
|
|
detect:
|
|
filename: "\\.c[o]?nf$"
|
|
|
|
rules:
|
|
- constant.string: "\"(\\\\.|[^\"])*\""
|
|
- comment: "^[[:space:]]*#.*$"
|
|
- comment: "^[[:space:]]*##.*$"
|