| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
* Makefile.am: Use $GUILE_EFFECTIVE_VERSION to install modules to the
correct place.
|
|
|
|
|
| |
* syntax-highlight/parsers.scm: Delete.
* Makefile.am (SOURCES): Delete it.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* syntax-highlight/xml.scm: New file
* Makefile.am (SOURCES): Add it.
* README ("Supported Languages"): Add "XML."
|
|
|