diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-08-06 13:57:52 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-08-06 13:57:52 -0400 |
| commit | eab3fdc0e5f8282215d1b723403f3154e1a880d0 (patch) | |
| tree | 9506d8fe9e4109108c5d60048ffc85656184f241 /docs/editors/index.html | |
| parent | 33fa7dffcab14814b301018f11cbf01fd96f0d01 (diff) | |
Mention prism.js support in editors README
Diffstat (limited to 'docs/editors/index.html')
| -rw-r--r-- | docs/editors/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/editors/index.html b/docs/editors/index.html index 201db0df..87420b95 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -8,7 +8,7 @@ <style>.Comment,.Function,.Number,.String { color: inherit; }</style> <p>Editor plugins and other tools for allowing BQN input are in <a href="https://github.com/mlochbaum/BQN/tree/master/editors">this folder</a>. Input always uses the layout shown <a href="https://mlochbaum.github.io/BQN/keymap.html">here</a> (<a href="#alternate-layouts">want another?</a>), and is usually performed with a backslash <code><span class='Value'>\</span></code> prefix, but sometimes with a modifier key such as alt. To type an actual backslash, hit the backslash key twice.</p> <p><a href="https://abrudz.github.io/lb/bqn">This bookmarklet</a> enables BQN input in any webpage in your <strong>browser</strong>.</p> -<p><a href="https://gist.github.com/dzaima/35ca0ce12b5e215a62460f00e693984f">This userscript</a> highlights BQN code on <strong>GitHub</strong>.</p> +<p><a href="https://gist.github.com/dzaima/35ca0ce12b5e215a62460f00e693984f">This userscript</a> highlights BQN code on <strong>GitHub</strong>. The highlighting library <a href="https://prismjs.com/">prism.js</a> also supports BQN.</p> <p>For <strong>Android</strong>, <a href="https://github.com/dzaima/hackerskeyboard/releases/latest">this fork</a> adds APL and BQN to Hacker's Keyboard.</p> <p>The file <a href="https://github.com/mlochbaum/BQN/blob/master/editors/inputrc">inputrc</a> can be copied or appended to <code><span class='Value'>~</span><span class='Function'>/</span><span class='Value'>.inputrc</span></code> to enable backslash input in <strong>bash</strong>, BQN with <strong>rlwrap</strong>, and other software that uses GNU Readline.</p> <p>Support for other editors, OSes, or workflows will be gladly accepted!</p> |
