Mercurial > repos > other > linux
comparison nanorc.d/pkg-config.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 "PC" "\.pc$" | |
2 | |
3 color cyan "^(Name|Description|URL|Version|Conflicts|Cflags):" | |
4 color cyan "^(Requires|Libs)(\.private)?:" | |
5 color red "=" | |
6 color brightyellow "\$\{[A-Za-z_][A-Za-z0-9_]*\}" | |
7 color ,green "[[:space:]]+$" | |
8 color ,red " + +| + +" |