diff options
Diffstat (limited to '')
-rw-r--r-- | bin/hilex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hilex.h b/bin/hilex.h index b6c3c724..b57fc8cc 100644 --- a/bin/hilex.h +++ b/bin/hilex.h @@ -47,3 +47,4 @@ struct Lexer { extern const struct Lexer LexC; extern const struct Lexer LexMake; extern const struct Lexer LexMdoc; +extern const struct Lexer LexSh; |