diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-18 09:43:18 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-18 09:43:18 -0400 |
commit | b4023829411b3e3c91d6a2ab47d2cab999499107 (patch) | |
tree | 3f0a82f2bc620853b6e5e628923e4f54fca9ecba /syntax-highlight | |
parent | 59c59f758de403dda6a00c4f62d3ddec36243340 (diff) |
scheme: Remove commented code.
* syntax-highlight/scheme.scm: Remove commented code.
Diffstat (limited to 'syntax-highlight')
-rw-r--r-- | syntax-highlight/scheme.scm | 7 |
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))")) |