mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
Add syntax highlighting files
This commit is contained in:
8
syntax_files/yum.micro
Normal file
8
syntax_files/yum.micro
Normal file
@@ -0,0 +1,8 @@
|
||||
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 " + +| + +"
|
||||
Reference in New Issue
Block a user