summaryrefslogtreecommitdiff
path: root/syntax-highlight/xml.scm
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite highlighters in terms of lexers.David Thompson2016-02-161-79/+71
|
* xml: Reverse order of operations issue.David Thompson2015-10-211-1/+1
| | | | | | | Try to parse close tags before open tags. * syntax-highlight/xml.scm (xml-highlighter): Switch order of 'parse-close-tag' and 'parse-open-tag'.
* Add XML highlighter.David Thompson2015-10-191-0/+111
* syntax-highlight/xml.scm: New file * Makefile.am (SOURCES): Add it. * README ("Supported Languages"): Add "XML."