iso-profiles/community/openbox/desktop-overlay/etc/skel/.config/nano/css.nanorc

14 lines
384 B
Text
Raw Normal View History

2021-10-21 10:59:07 +02:00
## 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:]]+$"