2014-02-23 16:07:44 +00:00
|
|
|
## Here is an example for CSS files.
|
2014-05-16 20:21:34 +00:00
|
|
|
|
2018-02-07 10:25:46 +00:00
|
|
|
syntax css "\.css$"
|
2016-05-25 20:13:50 +00:00
|
|
|
comment "/*|*/"
|
2014-05-16 20:21:34 +00:00
|
|
|
|
2008-05-31 21:55:21 +00:00
|
|
|
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 ";|:|\{|\}"
|