summaryrefslogtreecommitdiff
path: root/syntax-highlight.scm
Commit message (Collapse)AuthorAgeFilesLines
* sxml: Allow multiple classes.Julien Lepiller2021-07-141-2/+8
| | | | | * syntax-highlight.scm (highlights->sxml): Allow multiple tags in syntax elements.
* Rewrite highlighters in terms of lexers.David Thompson2016-02-161-24/+22
|
* Gracefully handle parse failures.David Thompson2015-10-211-2/+8
| | | | | * syntax-highlight.scm (highlight): Add remainder of code to result as a plain string if parsing fails.
* Add (syntax-highlight utils) module.David Thompson2015-10-211-6/+1
| | | | | | | * syntax-highlight.scm (string->stream): Move it. * syntax-highlight/parsers.scm (stream->string): Likewise. * syntax-highlight/utils.scm: New file. * Makefile.am (SOURCES): Add it.
* First commit!David Thompson2015-10-171-0/+67