about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-29 09:29:44 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-29 09:29:44 -0800
commitc01d9d00b35fc81e9b9a2bf05baea45e8577b43e (patch)
treeeb358be69c16e784ec6195c2109825d4e82c4e2d
parenta407e90ea9beba5f44dea85c051dd37d8b0e6392 (diff)
downloadmu-c01d9d00b35fc81e9b9a2bf05baea45e8577b43e.tar.gz
667
-rw-r--r--color-repl.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/color-repl.mu b/color-repl.mu
index 09a29eea..895696c2 100644
--- a/color-repl.mu
+++ b/color-repl.mu
@@ -90,6 +90,8 @@
       ; test: ;a<backspace><backspace> (shouldn't end command until <enter>)
       (jump-unless comment-read?:boolean next-key:offset)
       ; and we're not within parens
+      ;   test: (+ 1 2)  ; comment<enter>
+      ;   test: (+ 1<enter>; abc<enter>2)<enter>
       (end-sexp?:boolean <- lesser-or-equal open-parens:integer 0:literal)
       (jump-unless end-sexp?:boolean next-key:offset)
       (jump end:offset)