]> git.lizzy.rs Git - micro.git/blob - syntax_files/kickstart.micro
Proper window resize handling
[micro.git] / syntax_files / kickstart.micro
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)(=|\b)"
6 color brightyellow "\$(releasever|basearch)\b"
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 "    + +| +  +"