micro/runtime/syntax/css.micro
2016-03-22 18:17:11 -04:00

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