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
commitfa48f70dfcee8388fcb4e0d449d6d5bc4e5cfc68 (patch)
treefe33da042f097a918eb979c5591e1d4ea555fee0 /bin/hilex.h
parentAdd all target to git.causal.agency Makefile (diff)
downloadsrc-fa48f70dfcee8388fcb4e0d449d6d5bc4e5cfc68.tar.gz
src-fa48f70dfcee8388fcb4e0d449d6d5bc4e5cfc68.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 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;