diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-19 09:12:50 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-19 09:12:50 -0400 |
commit | 06e4362f601fcdacadc5f158b40b079d34688b21 (patch) | |
tree | ada26df115ddcc8a6b88f0974b4cb0f166db8c7c /README | |
parent | 668892ebbcdcfa92a57a62e737f567a23d707aa0 (diff) |
Add XML highlighter.
* syntax-highlight/xml.scm: New file
* Makefile.am (SOURCES): Add it.
* README ("Supported Languages"): Add "XML."
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ converted to HTML (via SXML) or any other format for rendering. * Supported Languages - Scheme + - XML * Example |