Merge pull request #314 from mame98/master

Added some SCSS keywords for the css/scss highlighting
This commit is contained in:
Zachary Yedidia 2016-09-05 10:50:00 -04:00 committed by GitHub
commit 7937f7038b

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