We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba600b commit 6480177Copy full SHA for 6480177
source/css/_common/components/highlight/highlight.styl
@@ -122,6 +122,7 @@ pre {
122
.variable
123
.attribute
124
.tag
125
+ .name
126
.regexp
127
.ruby .constant
128
.xml .tag .title
@@ -148,13 +149,13 @@ pre {
148
149
.ruby .class .title
150
.css .rules .attribute
151
.string
152
+ .symbol
153
.value
154
.inheritance
155
.header
156
.ruby .symbol
157
.xml .cdata
158
.special
- .number
159
.formula {
160
color: $highlight-green;
161
}
0 commit comments