Mercurial > repos > other > linux
comparison nanorc.d/css.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 ## Here is an example for css files. | |
2 ## | |
3 | |
4 syntax "CSS" "\.(css|scss)$" | |
5 color brightred "." | |
6 color brightyellow start="\{" end="\}" | |
7 color brightwhite start=":" end="[;^\{]" | |
8 color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$" | |
9 color brightblue start="\/\*" end="\*\/" | |
10 color green ";|:|\{|\}" | |
11 | |
12 ## Trailing spaces | |
13 color ,green "[[:space:]]+$" |