diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-29 09:29:44 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-29 09:29:44 -0800 |
commit | c01d9d00b35fc81e9b9a2bf05baea45e8577b43e (patch) | |
tree | eb358be69c16e784ec6195c2109825d4e82c4e2d | |
parent | a407e90ea9beba5f44dea85c051dd37d8b0e6392 (diff) | |
download | mu-c01d9d00b35fc81e9b9a2bf05baea45e8577b43e.tar.gz |
667
-rw-r--r-- | color-repl.mu | 2 |
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) |