summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-10-19 09:12:50 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-10-19 09:12:50 -0400
commit06e4362f601fcdacadc5f158b40b079d34688b21 (patch)
treeada26df115ddcc8a6b88f0974b4cb0f166db8c7c /Makefile.am
parent668892ebbcdcfa92a57a62e737f567a23d707aa0 (diff)
Add XML highlighter.
* syntax-highlight/xml.scm: New file * Makefile.am (SOURCES): Add it. * README ("Supported Languages"): Add "XML."
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 ac99bef..84ddeda 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ godir=$(libdir)/guile/2.0/ccache
SOURCES = \
syntax-highlight/parsers.scm \
syntax-highlight/scheme.scm \
+ syntax-highlight/xml.scm \
syntax-highlight.scm
EXTRA_DIST += \