Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite highlighters in terms of lexers. | David Thompson | 2016-02-16 | 1 | -24/+22 |
| | |||||
* | Gracefully handle parse failures. | David Thompson | 2015-10-21 | 1 | -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 Thompson | 2015-10-21 | 1 | -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 Thompson | 2015-10-17 | 1 | -0/+67 |