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