Add fallback syntax var for attributes

This commit is contained in:
Ben Ogle
2015-04-20 18:33:51 -07:00
parent 1cc5c83af7
commit 4fb59af3cc

View File

@@ -39,5 +39,6 @@
@syntax-color-class: #E5C17C;
@syntax-color-keyword: #555;
@syntax-color-tag: #555;
@syntax-color-attribute: #87400d;
@syntax-color-import: #97C378;
@syntax-color-snippet: #97C378;