aboutsummaryrefslogtreecommitdiff
path: root/editors
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 /editors
parent3577aec3617540ac58d3ab41e8fa163f75e859b7 (diff)
Link to VS Code plugins
Diffstat (limited to 'editors')
-rw-r--r--editors/README.md4
1 files changed, 4 insertions, 0 deletions
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/`).