mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
This may be a breaking change if you are using a plugin that checks the filetype. All the default plugins are now updated, just make the filetype you were checking for previously all lowercase.
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
syntax "yum" "\.repo$|yum.*\.conf$"
|
|
|
|
color cyan "^[[:space:]]*[^=]*="
|
|
color brightmagenta "^[[:space:]]*\[.*\]$"
|
|
color brightyellow "\$(releasever|arch|basearch|uuid|YUM[0-9])"
|
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|