aboutsummaryrefslogtreecommitdiff
path: root/docs/try.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-15 22:14:32 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-15 22:14:32 -0500
commit01c3b68d4e207f91fecb8c75a0dd7d09fe7a2036 (patch)
treec5ecca79433d1294a346319cba7a80b20c808b96 /docs/try.html
parentb604ae734d44a0b9bf20f8aa567944443442d259 (diff)
Highlight errors in the REPL code window
Diffstat (limited to 'docs/try.html')
-rw-r--r--docs/try.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/try.html b/docs/try.html
index 916bbbbc..2515f188 100644
--- a/docs/try.html
+++ b/docs/try.html
@@ -7,7 +7,7 @@
<link href="style.css" rel="stylesheet"/>
<style>
li { margin:0.7em 0; }
- textarea { padding:0.2em; }
+ textarea, .highlight { padding:0.2em; }
.perm, .count { font-size:0.7em; margin:-0.2em 0.8em 0 0; }
.run, .doexplain, .perm { float:right; margin-left:0.4em; }
.doexplain.selected { background:#777; }
@@ -19,6 +19,7 @@
<a href="https://mlochbaum.github.io/BQN/" title='BQN homepage'>BQN</a>
<div class="cont">
<div class="kb"></div>
+ <div class="highlight"></div>
<textarea class="code" rows="8" spellcheck="false" autofocus></textarea>
<div class="count"></div>
<input class="run" type="submit" value="Run (or shift-enter)"/>