summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--syntax-highlight/scheme.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/syntax-highlight/scheme.scm b/syntax-highlight/scheme.scm
index 7839b1a..81673cb 100644
--- a/syntax-highlight/scheme.scm
+++ b/syntax-highlight/scheme.scm
@@ -93,10 +93,3 @@ language."
parse-keyword
parse-quoted-symbol
parse-symbol)))
-
-;; (scheme-highlighter
-;; (string->stream
-;; "(define* (foo bar #:key (baz 'quux))
-;; \"This is a docstring!\"
-;; #u8(1 2 3)
-;; (1+ bar))"))