mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-02 07:07:15 -04:00
17 lines
210 B
YAML
17 lines
210 B
YAML
filetype: conf
|
|
|
|
detect:
|
|
filename: "\\.c[o]?nf$"
|
|
|
|
rules:
|
|
- constant.string:
|
|
start: "\""
|
|
end: "\""
|
|
rules: []
|
|
|
|
- comment:
|
|
start: "#"
|
|
end: "$"
|
|
rules: []
|
|
|