mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Update syntax files
This commit is contained in:
@@ -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 ";|:|\{|\}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user