mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
7 lines
254 B
Text
7 lines
254 B
Text
|
|
(module (chibi highlight)
|
|
(export highlight highlight-detect-language highlighter-for highlight-style
|
|
highlight-scheme highlight-c highlight-assembly)
|
|
(import-immutable (scheme))
|
|
(import (srfi 1) (chibi io))
|
|
(include "highlight.scm"))
|