diff options
author | June McEnroe <june@causal.agency> | 2020-12-28 22:44:25 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-28 22:48:06 -0500 |
commit | 61acea4f1e463303ecad7c7ebf4f85dfe9253c13 (patch) | |
tree | c5a7b55f4566721c61608c36bba056d552d8cbd8 /bin/hilex/hilex.h | |
parent | Lex strings inside macros (diff) | |
download | src-61acea4f1e463303ecad7c7ebf4f85dfe9253c13.tar.gz src-61acea4f1e463303ecad7c7ebf4f85dfe9253c13.zip |
Add mdoc lexer
Diffstat (limited to '')
-rw-r--r-- | bin/hilex/hilex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hilex/hilex.h b/bin/hilex/hilex.h index 5d11a875..00c7f53b 100644 --- a/bin/hilex/hilex.h +++ b/bin/hilex/hilex.h @@ -46,6 +46,7 @@ struct Lexer { }; extern const struct Lexer LexC; +extern const struct Lexer LexMdoc; extern const struct Lexer LexText; typedef void Header(const char *opts[]); |