diff --git a/runtime/syntax/css.micro b/runtime/syntax/css.micro index 91523e77..0db42ca5 100644 --- a/runtime/syntax/css.micro +++ b/runtime/syntax/css.micro @@ -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 "'(\\.|[^'])*'"