summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-09-19 10:33:23 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-09-19 10:33:23 -0400
commit2b87516742cc90274f451ac05ea98b9b9b72d35d (patch)
tree87f176cd35329143f7fcc0c381cd8b4eb764a705 /Makefile.am
parentfa77914c1871995314d4b1d48ce89909d5698c78 (diff)
Add WAT lexer.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e059e0f..9729dbc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,7 @@ SOURCES = \
syntax-highlight/javascript.scm \
syntax-highlight/lisp.scm \
syntax-highlight/scheme.scm \
+ syntax-highlight/wat.scm \
syntax-highlight/xml.scm \
syntax-highlight.scm