mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-01 02:10:23 +09:00
16 lines
209 B
YAML
16 lines
209 B
YAML
filetype: conf
|
|
|
|
detect:
|
|
filename: "\\.c[o]?nf$"
|
|
|
|
rules:
|
|
- constant.string:
|
|
start: "\""
|
|
end: "\""
|
|
rules: []
|
|
|
|
- comment:
|
|
start: "#"
|
|
end: "$"
|
|
rules: []
|