diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-02-15 22:14:32 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-02-15 22:14:32 -0500 |
| commit | 01c3b68d4e207f91fecb8c75a0dd7d09fe7a2036 (patch) | |
| tree | c5ecca79433d1294a346319cba7a80b20c808b96 /docs/try.html | |
| parent | b604ae734d44a0b9bf20f8aa567944443442d259 (diff) | |
Highlight errors in the REPL code window
Diffstat (limited to 'docs/try.html')
| -rw-r--r-- | docs/try.html | 3 |
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)"/> |
