mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 04:46:30 -04:00
18 lines
232 B
YAML
18 lines
232 B
YAML
filetype: conf
|
|
|
|
detect:
|
|
filename: "\\.c[o]?nf$"
|
|
|
|
rules:
|
|
- constant.string:
|
|
start: "\""
|
|
end: "\""
|
|
skip: "\\\\."
|
|
rules: []
|
|
|
|
- comment:
|
|
start: "#"
|
|
end: "$"
|
|
rules: []
|
|
|