Mercurial > repos > other > linux
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nanorc.d/css.nanorc Sat Mar 31 21:06:21 2018 +0100 @@ -0,0 +1,13 @@ +## Here is an example for css files. +## + +syntax "CSS" "\.(css|scss)$" +color brightred "." +color brightyellow start="\{" end="\}" +color brightwhite start=":" end="[;^\{]" +color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$" +color brightblue start="\/\*" end="\*\/" +color green ";|:|\{|\}" + +## Trailing spaces +color ,green "[[:space:]]+$"