summary refs log tree commit diff
path: root/bin/html.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-13 16:42:30 -0500
committerJune McEnroe <june@causal.agency>2021-01-13 16:42:30 -0500
commitf65d18f4f06e08cd2caa7743d2220e07f794cd79 (patch)
tree704709bb72b7234f0e0cc5f7653e6747baaf350a /bin/html.sh
parentMove text "lexer" to hilex.c (diff)
downloadsrc-f65d18f4f06e08cd2caa7743d2220e07f794cd79.tar.gz
src-f65d18f4f06e08cd2caa7743d2220e07f794cd79.zip
Shorten hilex class names
Diffstat (limited to 'bin/html.sh')
-rw-r--r--bin/html.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/html.sh b/bin/html.sh
index c2ad7fa2..8214b8ff 100644
--- a/bin/html.sh
+++ b/bin/html.sh
@@ -62,12 +62,12 @@ a.tag:target {
 	outline: none;
 }
 
-.hilex.Keyword { color: var(--ansi7); }
-.hilex.Macro { color: var(--ansi2); }
-.hilex.Comment { color: var(--ansi4); }
-.hilex.String { color: var(--ansi6); }
-.hilex.StringFormat { color: var(--ansi14); }
-.hilex.Interpolation { color: var(--ansi1); }
+pre .Ke { color: var(--ansi7); }
+pre .Ma { color: var(--ansi2); }
+pre .Co { color: var(--ansi4); }
+pre .St { color: var(--ansi6); }
+pre .Fo { color: var(--ansi14); }
+pre .Su { color: var(--ansi1); }
 </style>
 EOF