Files
dots/micro/syntax/yum.yaml
Leandro Afonso f0cdef9259 init
2025-09-27 18:39:59 +01:00

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: " + +| + +"