summary refs log tree commit diff
path: root/bin/man1/hilex.1
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
commitb10e81ef8fbc7e644dd72c2ee94b9e09eeac62f8 (patch)
tree1b9d9471153d49dc500cd9b7f1e6d50cfb505ec0 /bin/man1/hilex.1
parentMove text "lexer" to hilex.c (diff)
downloadsrc-b10e81ef8fbc7e644dd72c2ee94b9e09eeac62f8.tar.gz
src-b10e81ef8fbc7e644dd72c2ee94b9e09eeac62f8.zip
Shorten hilex class names
Diffstat (limited to '')
-rw-r--r--bin/man1/hilex.142
1 files changed, 26 insertions, 16 deletions
diff --git a/bin/man1/hilex.1 b/bin/man1/hilex.1
index aec57860..b742b063 100644
--- a/bin/man1/hilex.1
+++ b/bin/man1/hilex.1
@@ -1,4 +1,4 @@
-.Dd January 12, 2021
+.Dd January 13, 2021
 .Dt HILEX 1
 .Os
 .
@@ -68,21 +68,31 @@ Output ANSI terminal control sequences.
 .It Cm html
 Output HTML
 .Sy span
-elements.
-Each element has the classes
-.Sy hilex
-and one of the following:
-.Sy Operator ,
-.Sy Number ,
-.Sy Keyword ,
-.Sy Identifier ,
-.Sy Macro ,
-.Sy Comment ,
-.Sy String ,
-.Sy StringEscape ,
-.Sy StringFormat ,
-.Sy Interpolation .
-.
+elements
+with the following classes:
+.Pp
+.Bl -hang -width "\&Op" -compact
+.It Sy \&Op
+operators
+.It Sy \&Nu
+numbers
+.It Sy \&Ke
+keywords
+.It Sy \&Id
+identifiers
+.It Sy \&Ma
+macros
+.It Sy \&Co
+comments
+.It Sy \&St
+strings
+.It Sy \&Es
+character escapes
+.It Sy \&Fo
+format strings
+.It Sy \&Su
+variable substitutions
+.El
 .Pp
 The options are as follows:
 .Bl -tag -width "title=..."