From 99424bb076edce155fe9f877625484c6fad0f2b1 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 30 Jul 2021 22:46:03 -0400 Subject: Link to VS Code plugins --- docs/editors/index.html | 2 ++ editors/README.md | 4 ++++ 2 files changed, 6 insertions(+) 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 @@
(add-to-list 'load-path "/path/to/BQN/editors/emacs")
 (require 'gnu-apl-mode)
 
+

VS Code

+

See this repository.

Kakoune

Copy or symlink kak/autoload/filetype/bqn.kak into autoload/filetype in your Kakoune config directory (probably .config/kak/).

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/`). -- cgit v1.2.3