comparison nanorc.d/kickstart.nanorc @ 84:b989099cde9f

Start to update Nano colourisation Defaults are REALLY basic
author IBBoard <dev@ibboard.co.uk>
date Sat, 31 Mar 2018 21:06:21 +0100
parents
children
comparison
equal deleted inserted replaced
83:966d8f8f89d0 84:b989099cde9f
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 " + +| + +"