mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
Added some SCSS keywords for the css/scss highlighting
Signed-off-by: Marius Messerschmidt <marius.messerschmidt@googlemail.com>
This commit is contained in:
@@ -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 "'(\\.|[^'])*'"
|
||||
|
||||
Reference in New Issue
Block a user