From e9d14838a841d28f78bd4396f901439ea3115062 Mon Sep 17 00:00:00 2001 From: Camille Scholtz Date: Wed, 8 Jun 2016 18:42:02 +0200 Subject: [PATCH] make normal the defualt color --- runtime/syntax/css.micro | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/syntax/css.micro b/runtime/syntax/css.micro index a06838bb..c74189e8 100644 --- a/runtime/syntax/css.micro +++ b/runtime/syntax/css.micro @@ -2,6 +2,7 @@ syntax "css" "\.(css|scss)$" # Classes and IDs color statement (i) "." +color normal start="\{" end="\}" color identifier ":active|:focus|:hover|:link|:visited|:link|:after|:before|$" # css commands