fixes #4191: Inconsistent coloring of CSS rules values

This commit is contained in:
Martin Aeschlimann
2016-03-15 16:53:04 +01:00
parent 8b8b4d3e72
commit ebd65a65b1

View File

@@ -59,8 +59,10 @@
{
"name": "CSS property value",
"scope": [
"support.property-value.css",
"constant.rgb-value.css"
"support.property-value",
"constant.rgb-value",
"support.property-value.sass",
"constant.rgb-value.sass"
],
"settings": {
"foreground": "#CE9178"