mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
other version numbers than 7 to `scheme-report-environment`, providing initial (scheme base) library.
6 lines
241 B
Scheme
6 lines
241 B
Scheme
|
|
(define-library (chibi highlight)
|
|
(export highlight highlight-detect-language highlighter-for highlight-style
|
|
highlight-scheme highlight-c highlight-assembly)
|
|
(import (scheme) (srfi 1) (chibi io))
|
|
(include "highlight.scm"))
|