micro/runtime/syntax/kickstart.micro

16 lines
626 B
Text
Raw Normal View History

syntax "kickstart" "\.ks$" "\.kickstart$"
2016-03-21 16:16:02 +00:00
color special "%[a-z]+"
color statement "^[[:space:]]*(install|cdrom|text|graphical|volgroup|logvol|reboot|timezone|lang|keyboard|authconfig|firstboot|rootpw|user|firewall|selinux|repo|part|partition|clearpart|bootloader)"
color constant "--(name|mirrorlist|baseurl|utc)(=|\>)"
color statement "\$(releasever|basearch)\>"
2016-03-21 16:16:02 +00:00
# Packages and groups
color brightblack "^@[A-Za-z][A-Za-z-]*"
color brightred "^-@[a-zA-Z0-9*-]+"
color red "^-[a-zA-Z0-9*-]+"
color comment "(^|[[:space:]])#([^{].*)?$"
color indent-char.whitespace "[[:space:]]+$"
color indent-char " + +| + +"