Mercurial > repos > other > linux
comparison nanorc.d/ini.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 "INI" "\.(ini|desktop|lfl|override)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$" | |
2 header "^\[[A-Za-z]+\]$" | |
3 | |
4 color brightcyan "\<(true|false)\>" | |
5 color cyan "^[[:space:]]*[^=]*=" | |
6 color brightmagenta "^[[:space:]]*\[.*\]$" | |
7 color red "[=;]" | |
8 color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'" | |
9 color brightblack "(^|[[:space:]])(#([^{].*)?|;.*)$" | |
10 color ,green "[[:space:]]+$" | |
11 color ,red " + +| + +" |