}
As of now, only background, border and padding are highlighted
I reckon :
- #navigation could be highlighted in bold, in a dark color (so as to mark the beginning of the property)
- color could be different depending it's a general property or a class property (or using the same color but changing style to bold, italic, underlined...
- property values could have a different color than black
- units (px, em, etc...) could have a different color too
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've only seen the screenshots (see bug I've filled) and I think the syntax highlight could be far more advanced
For instance :
#navigation li {
background: #90C8FF;
border-bottom: #CFFFFF 1px solid;
padding: 3px 10px
}
As of now, only background, border and padding are highlighted
I reckon :
- #navigation could be highlighted in bold, in a dark color (so as to mark the beginning of the property)
- color could be different depending it's a general property or a class property (or using the same color but changing style to bold, italic, underlined...
- property values could have a different color than black
- units (px, em, etc...) could have a different color too