aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-30 22:46:03 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-31 16:49:50 -0400
commit99424bb076edce155fe9f877625484c6fad0f2b1 (patch)
tree7b7513e54284f3f2c349cf063295866c344b5f4e
parent3577aec3617540ac58d3ab41e8fa163f75e859b7 (diff)
Link to VS Code plugins
-rw-r--r--docs/editors/index.html2
-rw-r--r--editors/README.md4
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/editors/index.html b/docs/editors/index.html
index 3240ac0a..5b17f09d 100644
--- a/docs/editors/index.html
+++ b/docs/editors/index.html
@@ -29,5 +29,7 @@
<pre><span class='Paren'>(</span><span class='Value'>add</span><span class='Function'>-</span><span class='Value'>to</span><span class='Function'>-</span><span class='Value'>list</span> <span class='String'>'</span><span class='Value'>load</span><span class='Function'>-</span><span class='Value'>path</span> <span class='String'>&quot;/path/to/BQN/editors/emacs&quot;</span><span class='Paren'>)</span>
<span class='Paren'>(</span><span class='Value'>require</span> <span class='String'>'</span><span class='Value'>gnu</span><span class='Function'>-</span><span class='Value'>apl</span><span class='Function'>-</span><span class='Value'>mode</span><span class='Paren'>)</span>
</pre>
+<h3 id="vs-code">VS Code</h3>
+<p>See <a href="https://github.com/razetime/bqn-vscode">this repository</a>.</p>
<h3 id="kakoune">Kakoune</h3>
<p>Copy or symlink <code><span class='Value'>kak</span><span class='Function'>/</span><span class='Value'>autoload</span><span class='Function'>/</span><span class='Value'>filetype</span><span class='Function'>/</span><span class='Value'>bqn.kak</span></code> into <code><span class='Value'>autoload</span><span class='Function'>/</span><span class='Value'>filetype</span></code> in your Kakoune config directory (probably <code><span class='Value'>.config</span><span class='Function'>/</span><span class='Value'>kak</span><span class='Function'>/</span></code>).</p>
diff --git a/editors/README.md b/editors/README.md
index 0c77d184..3f6a6544 100644
--- a/editors/README.md
+++ b/editors/README.md
@@ -44,6 +44,10 @@ Add the following two lines to `init.el` (usually `~/.emacs.d/init.el`), replaci
(add-to-list 'load-path "/path/to/BQN/editors/emacs")
(require 'gnu-apl-mode)
+### VS Code
+
+See [this repository](https://github.com/razetime/bqn-vscode).
+
### Kakoune
Copy or symlink `kak/autoload/filetype/bqn.kak` into `autoload/filetype` in your Kakoune config directory (probably `.config/kak/`).