Added some SCSS keywords for the css/scss highlighting

Signed-off-by: Marius Messerschmidt <marius.messerschmidt@googlemail.com>
This commit is contained in:
Marius Messerschmidt 2016-09-05 16:41:32 +02:00
parent 086aa61e5a
commit d6a01ad29f

View File

@ -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 "'(\\.|[^'])*'"