mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
## Here is an example for css files.
|
|
##
|
|
|
|
syntax "CSS" "\.(css|scss)$"
|
|
color brightred "."
|
|
color brightyellow (s) "\{.*?\}"
|
|
color brightwhite (s) ":.*?[;^\{]"
|
|
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
|
|
color brightblue (s) "\/\*.*?\*\/"
|
|
color green ";|:|\{|\}"
|
|
|