linuxOS_AP05/debian/test/usr/share/nano/css.nanorc
2025-09-26 09:40:02 +08:00

12 lines
344 B
Plaintext

## Here is an example for CSS files.
syntax css "\.css$"
comment "/*|*/"
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 ";|:|\{|\}"