Update syntax files

This commit is contained in:
Zachary Yedidia
2016-03-25 16:41:36 -04:00
parent 248609a90a
commit d1d55277f7
65 changed files with 353 additions and 377 deletions

View File

@@ -3,9 +3,8 @@
syntax "CSS" "\.(css|scss)$"
color brightred "."
color brightyellow (s) "\{.*?\}"
color brightwhite (s) ":.*?[;^\{]"
color brightyellow start="\{" end="\}"
color brightwhite start=":" end="[;^\{]"
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
color brightblue (s) "\/\*.*?\*\/"
color brightblue start="\/\*" end="\*\/"
color green ";|:|\{|\}"