From fa48f70dfcee8388fcb4e0d449d6d5bc4e5cfc68 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 20 Jan 2021 18:01:04 -0500 Subject: Add messy sh lexer Surprisingly seems to work for everything I looked at in my repos. --- bin/hilex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/hilex.h') 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; -- cgit 1.4.1