Fix boolean literals not being highlighted
This commit is contained in:
parent
2df37d942d
commit
3123052237
|
@ -23,7 +23,8 @@ Modified to use colors from CSS vars, defined in theme.scss
|
|||
|
||||
.hljs-doctag,
|
||||
.hl-kw,
|
||||
.hljs-formula {
|
||||
.hljs-formula,
|
||||
.hl-const {
|
||||
color: var(--atom-hue-3);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue