summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Add publish target.v0.1David Thompson2018-03-101-0/+6
|
* Makefile: Fix compiled Guile file installation directory.David Thompson2018-03-101-1/+1
|
* Add C lexer.David Thompson2018-03-101-0/+1
|
* build: Fix installation directories.David Thompson2016-02-161-2/+2
| | | | | * Makefile.am: Use $GUILE_EFFECTIVE_VERSION to install modules to the correct place.
* Delete parsers modules.David Thompson2016-02-161-1/+0
| | | | | * syntax-highlight/parsers.scm: Delete. * Makefile.am (SOURCES): Delete it.
* Add lexers module.David Thompson2016-02-161-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 Thompson2015-10-211-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 Thompson2015-10-191-0/+1
| | | | | | * syntax-highlight/xml.scm: New file * Makefile.am (SOURCES): Add it. * README ("Supported Languages"): Add "XML."
* First commit!David Thompson2015-10-171-0/+49