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