summary refs log tree commit diff
path: root/bin/hilex.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-20 18:01:04 -0500
committerJune McEnroe <june@causal.agency>2021-01-20 18:04:04 -0500
commit02a9d8a8b07530f50d27b6158329dd8d218d298b (patch)
tree0cf2b2c323758df778fcef13c9fa93f7a1c7c4d7 /bin/hilex.h
parentAdd all target to git.causal.agency Makefile (diff)
downloadsrc-02a9d8a8b07530f50d27b6158329dd8d218d298b.tar.gz
src-02a9d8a8b07530f50d27b6158329dd8d218d298b.zip
Add messy sh lexer
Surprisingly seems to work for everything I looked at in my repos.
Diffstat (limited to 'bin/hilex.h')
-rw-r--r--bin/hilex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hilex.h b/bin/hilex.h
index 2c080e20..882b5f95 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;