diff options
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 63e5a43b..ddd09fd5 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[]); |