Fix boolean literals not being highlighted

This commit is contained in:
Shadowfacts 2023-10-18 21:55:32 -04:00
parent 2df37d942d
commit 3123052237
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}