summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-03-10 19:23:29 -0500
committerDavid Thompson <dthompson2@worcester.edu>2018-03-10 19:23:56 -0500
commit637edf17999515ad5c20f30dbeafcb279d2f6e4d (patch)
tree9281d8f652b36cd6d36531070c96f64275b3f051 /Makefile.am
parenta047675e66861b647426372aa2ba7820f749616d (diff)
Add C 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 a0549db..0966587 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache
SOURCES = \
syntax-highlight/utils.scm \
syntax-highlight/lexers.scm \
+ syntax-highlight/c.scm \
syntax-highlight/scheme.scm \
syntax-highlight/xml.scm \
syntax-highlight.scm