From 1902d283c91f1d943e12f7a4f69deab959ca5f2f Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 8 Feb 2017 16:22:33 -0800 Subject: [PATCH] adjust colorer --- beautiful-racket-demo/basic-demo-2/colorer.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beautiful-racket-demo/basic-demo-2/colorer.rkt b/beautiful-racket-demo/basic-demo-2/colorer.rkt index 16c8814..08d4a4f 100644 --- a/beautiful-racket-demo/basic-demo-2/colorer.rkt +++ b/beautiful-racket-demo/basic-demo-2/colorer.rkt @@ -24,4 +24,4 @@ ["(" '(parenthesis |(|)] [")" '(parenthesis |)|)] [else '(no-color #f)])])) - (values (or val "") cat paren pos (+ pos span))])) \ No newline at end of file + (values val cat paren pos (+ pos span))])) \ No newline at end of file