mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08: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: []
|
|
|