about summary refs log tree commit diff stats
path: root/color-repl.mu
diff options
context:
space:
mode:
Diffstat (limited to 'color-repl.mu')
-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)