summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-09-15 13:57:44 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-09-15 13:57:44 -0400
commit0fa16dc46fd2dba2820595fd1eea25b271b7a74f (patch)
treed7360da3614b9320a5681a1bfed638815eaf9757 /Makefile.am
parent83cae6c1db7f15fe892f15cb1293d1b20e16b655 (diff)
Add first pass at a JavaScript 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 191f12b..e059e0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ SOURCES = \
syntax-highlight/c.scm \
syntax-highlight/css.scm \
syntax-highlight/gitignore.scm \
+ syntax-highlight/javascript.scm \
syntax-highlight/lisp.scm \
syntax-highlight/scheme.scm \
syntax-highlight/xml.scm \