This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / kickstart.nanorc
1 syntax "KickStart" "\.ks$" "\.kickstart$"
2
3 color brightmagenta  "%[a-z]+"
4 color cyan  "^[[:space:]]*(install|cdrom|text|graphical|volgroup|logvol|reboot|timezone|lang|keyboard|authconfig|firstboot|rootpw|user|firewall|selinux|repo|part|partition|clearpart|bootloader)"
5 color cyan  "--(name|mirrorlist|baseurl|utc)(=|\>)"
6 color brightyellow "\$(releasever|basearch)\>"
7
8 # Packages and groups
9 color brightblack "^@[A-Za-z][A-Za-z-]*"
10 color brightred   "^-@[a-zA-Z0-9*-]+"
11 color red         "^-[a-zA-Z0-9*-]+"
12
13 color brightblack "(^|[[:space:]])#([^{].*)?$"
14 color ,green "[[:space:]]+$"
15 color ,red "    + +| +  +"