mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Add converted syntax files
This commit is contained in:
12
runtime/syntax/yum.yaml
Normal file
12
runtime/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