Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Lisp lexer. | David Thompson | 2022-10-05 | 1 | -0/+1 |
| | |||||
* | Makefile: Add css lexer. | Julien Lepiller | 2021-08-23 | 1 | -0/+1 |
| | |||||
* | Add gitignore lexer. | Julien Lepiller | 2021-07-14 | 1 | -0/+1 |
| | |||||
* | Makefile: Add publish target.v0.1 | David Thompson | 2018-03-10 | 1 | -0/+6 |
| | |||||
* | Makefile: Fix compiled Guile file installation directory. | David Thompson | 2018-03-10 | 1 | -1/+1 |
| | |||||
* | Add C lexer. | David Thompson | 2018-03-10 | 1 | -0/+1 |
| | |||||
* | build: Fix installation directories. | David Thompson | 2016-02-16 | 1 | -2/+2 |
| | | | | | * Makefile.am: Use $GUILE_EFFECTIVE_VERSION to install modules to the correct place. | ||||
* | Delete parsers modules. | David Thompson | 2016-02-16 | 1 | -1/+0 |
| | | | | | * syntax-highlight/parsers.scm: Delete. * Makefile.am (SOURCES): Delete it. | ||||
* | Add lexers module. | David Thompson | 2016-02-16 | 1 | -0/+1 |
| | | | | | | | | This starts the transition away from the flawed parser combinators to something really similar, but more capable. * syntax-highlight/lexers.scm: New file. * Makefile.am(SOURCES): Add it. | ||||
* | Add (syntax-highlight utils) module. | David Thompson | 2015-10-21 | 1 | -0/+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. | ||||
* | Add XML highlighter. | David Thompson | 2015-10-19 | 1 | -0/+1 |
| | | | | | | * syntax-highlight/xml.scm: New file * Makefile.am (SOURCES): Add it. * README ("Supported Languages"): Add "XML." | ||||
* | First commit! | David Thompson | 2015-10-17 | 1 | -0/+49 |