diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-29 19:54:43 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-29 19:54:43 -0800 |
commit | 8b2ffc8ce73083b85e2a7a8039b2c3bac1bd368f (patch) | |
tree | 25d30b26808a81dbe76af00544a4c1d1f88fcc44 | |
parent | b20969105f145a39ffbec4b04de826cbe36ee265 (diff) | |
download | mu-8b2ffc8ce73083b85e2a7a8039b2c3bac1bd368f.tar.gz |
681
-rw-r--r-- | color-repl.mu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/color-repl.mu b/color-repl.mu index 667cdeec..69ca7651 100644 --- a/color-repl.mu +++ b/color-repl.mu @@ -1,9 +1,9 @@ -; a simple line editor for reading lisp expressions +; a simple line editor for reading lisp expressions. ; colors strings and comments. nested parens get different colors. ; ; needs to do its own raw keyboard/screen management since we need to decide -; how to color each key right as it is printed -; lots of logic devoted to handling backspace correctly +; how to color each key right as it is printed. +; lots of logic devoted to handling backspace correctly. ; abort continuation -> string (function read-expression [ |