Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite highlighters in terms of lexers. | David Thompson | 2016-02-16 | 1 | -79/+71 |
| | |||||
* | xml: Reverse order of operations issue. | David Thompson | 2015-10-21 | 1 | -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 Thompson | 2015-10-19 | 1 | -0/+111 |
* syntax-highlight/xml.scm: New file * Makefile.am (SOURCES): Add it. * README ("Supported Languages"): Add "XML." |