mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-17 12:51:01 +00:00
Merge
This commit is contained in:
commit
94465ef1ae
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@ color special "!important"
|
|||
color identifier ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
|
||||
color special "(\{|\}|\(|\)|\;|:|\]|~|<|>|,)"
|
||||
|
||||
# SCSS Varaibles
|
||||
color identifier (i) "\$\{?[0-9A-Z_!@#$*?-]+\}?"
|
||||
|
||||
# SCSS Commands
|
||||
color statement "@import|@mixin|@extend"
|
||||
|
||||
# Strings
|
||||
color constant ""(\\.|[^"])*""
|
||||
color constant "'(\\.|[^'])*'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue