From cc1cb6c36ecb93e7b9b458f4ea24d1f00480503b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 29 Dec 2020 00:55:47 -0500 Subject: Add hilex HTML output --- bin/hilex/hilex.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'bin/hilex/hilex.h') diff --git a/bin/hilex/hilex.h b/bin/hilex/hilex.h index e997b881..1e830888 100644 --- a/bin/hilex/hilex.h +++ b/bin/hilex/hilex.h @@ -51,7 +51,13 @@ extern const struct Lexer LexMdoc; extern const struct Lexer LexText; #define ENUM_OPTION \ - X(Monospace, "monospace") + X(Anchor, "anchor") \ + X(CSS, "css") \ + X(Document, "document") \ + X(Inline, "inline") \ + X(Monospace, "monospace") \ + X(Tab, "tab") \ + X(Title, "title") enum Option { #define X(option, key) option, @@ -70,4 +76,5 @@ struct Formatter { extern const struct Formatter FormatANSI; extern const struct Formatter FormatDebug; +extern const struct Formatter FormatHTML; extern const struct Formatter FormatIRC; -- cgit 1.4.1