mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
13 lines
348 B
YAML
13 lines
348 B
YAML
filetype: yum
|
|
|
|
detect:
|
|
filename: "\\.repo$|yum.*\\.conf$"
|
|
|
|
rules:
|
|
- identifier: "^[[:space:]]*[^=]*="
|
|
- constant.specialChar: "^[[:space:]]*\\[.*\\]$"
|
|
- statement: "\\$(releasever|arch|basearch|uuid|YUM[0-9])"
|
|
- comment: "(^|[[:space:]])#([^{].*)?$"
|
|
- indent-char.whitespace: "[[:space:]]+$"
|
|
- indent-char: " + +| + +"
|