From 2b87516742cc90274f451ac05ea98b9b9b72d35d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 19 Sep 2023 10:33:23 -0400 Subject: Add WAT lexer. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3