micro/runtime/syntax/css.micro

12 lines
318 B
Text
Raw Normal View History

2016-03-21 16:16:02 +00:00
## Here is an example for css files.
##
syntax "CSS" "\.(css|scss)$"
color brightred "."
color brightyellow (s) "\{.*?\}"
color brightwhite (s) ":.*?[;^\{]"
2016-03-21 16:16:02 +00:00
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
color brightblue (s) "\/\*.*?\*\/"
2016-03-21 16:16:02 +00:00
color green ";|:|\{|\}"