android_mt6572_jiabo/external/nano/syntax/css.nanorc
2025-09-05 16:56:03 +08:00

11 lines
344 B
Text

## 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 ";|:|\{|\}"