summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-10-18 09:43:18 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-10-18 09:43:18 -0400
commitb4023829411b3e3c91d6a2ab47d2cab999499107 (patch)
tree3f0a82f2bc620853b6e5e628923e4f54fca9ecba
parent59c59f758de403dda6a00c4f62d3ddec36243340 (diff)
scheme: Remove commented code.
* syntax-highlight/scheme.scm: Remove commented code.
-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))"))