summaryrefslogtreecommitdiff
path: root/syntax-highlight/lexers.scm
Commit message (Collapse)AuthorAgeFilesLines
* Add css lexer.Julien Lepiller2021-08-211-8/+41
|
* lexers: Add lex-consume-until.Julien Lepiller2021-07-141-0/+39
| | | | | * syntax-highlight/lexers.scm (lex-consume-until, token-append): New variables.
* Add lexers module.David Thompson2016-02-161-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.