blob: a0531cdc67ebdbfc0f8ccb4a350cad81da038ea2 [file] [log] [blame]
Benno Schulenbergc4b344f2014-02-23 16:07:44 +00001## Here is an example for CSS files.
Benno Schulenbergfe9da942014-05-16 20:21:34 +00002
Chris Allegrettadeb34f22008-05-31 21:55:21 +00003syntax "css" "\.css$"
Mike Scalora6a2032f2016-05-25 22:13:50 +02004comment "/*|*/"
Benno Schulenbergfe9da942014-05-16 20:21:34 +00005
Chris Allegrettadeb34f22008-05-31 21:55:21 +00006color brightred "."
7color brightyellow start="\{" end="\}"
8color brightwhite start=":" end="([;^\{]|$)"
9color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
10color brightblue start="\/\*" end="\\*/"
11color green ";|:|\{|\}"