init
This commit is contained in:
12
micro/syntax/yum.yaml
Normal file
12
micro/syntax/yum.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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: " + +| + +"
|
||||
Reference in New Issue
Block a user