Skip to content

Commit 6480177

Browse files
committed
Improve hightlighting for Lisps
1 parent fba600b commit 6480177

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/css/_common/components/highlight/highlight.styl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ pre {
122122
.variable
123123
.attribute
124124
.tag
125+
.name
125126
.regexp
126127
.ruby .constant
127128
.xml .tag .title
@@ -148,13 +149,13 @@ pre {
148149
.ruby .class .title
149150
.css .rules .attribute
150151
.string
152+
.symbol
151153
.value
152154
.inheritance
153155
.header
154156
.ruby .symbol
155157
.xml .cdata
156158
.special
157-
.number
158159
.formula {
159160
color: $highlight-green;
160161
}

0 commit comments

Comments
 (0)