mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 21:40:12 +02:00
For better organisation the nanorc files will go to a folder. The install script should translate the themed nanorc files to the final files. The install script should be the official instalation method.
14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
## 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:]]+$"
|