Mercurial > repos > other > linux
annotate nanorc.d/xresources.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 |
rev | line source |
---|---|
84 | 1 syntax "Xresources" "X(defaults|resources)$" |
2 | |
3 color green "^[[:alnum:]]+\*" | |
4 color brightyellow "\*[[:alnum:]]+\:" | |
5 color blue "\<[0-9]+\>" | |
6 color red "[*:=]" | |
7 color brightcyan "\<(true|false)\>" | |
8 color brightblack "(^|[[:space:]])#([^{].*)?$" | |
9 color ,green "[[:space:]]+$" | |
10 color ,red " + +| + +" |