Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add css lexer. | Julien Lepiller | 2021-08-21 | 1 | -8/+41 |
| | |||||
* | lexers: Add lex-consume-until. | Julien Lepiller | 2021-07-14 | 1 | -0/+39 |
| | | | | | * syntax-highlight/lexers.scm (lex-consume-until, token-append): New variables. | ||||
* | Add lexers module. | David Thompson | 2016-02-16 | 1 | -0/+333 |
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. |