diff options
| -rw-r--r-- | docs/editors/index.html | 2 | ||||
| -rw-r--r-- | editors/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/editors/index.html b/docs/editors/index.html index 476da998..6ce04840 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -52,6 +52,6 @@ <span class='Paren'>(</span><span class='Value'>require</span> <span class='String'>'</span><span class='Value'>bqn</span><span class='Function'>-</span><span class='Value'>mode</span><span class='Paren'>)</span> </pre> <h3 id="vs-code"><a class="header" href="#vs-code">VS Code</a></h3> -<p>See <a href="https://github.com/razetime/bqn-vscode">this repository</a>.</p> +<p>See <a href="https://github.com/razetime/bqn-vscode">this repository</a>, or install directly through <a href="https://marketplace.visualstudio.com/items?itemName=razetime.bqn-language&ssr=false#overview">Visual Studio Marketplace</a> or <a href="https://open-vsx.org/extension/razetime/bqn-language">Open VSX Registry</a>.</p> <h3 id="kakoune"><a class="header" href="#kakoune">Kakoune</a></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 8bd13e22..50a52e2b 100644 --- a/editors/README.md +++ b/editors/README.md @@ -78,7 +78,7 @@ Emacs support now lives on [museoa/bqn-mode](https://github.com/museoa/bqn-mode) ### VS Code -See [this repository](https://github.com/razetime/bqn-vscode). +See [this repository](https://github.com/razetime/bqn-vscode), or install directly through [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=razetime.bqn-language&ssr=false#overview) or [Open VSX Registry](https://open-vsx.org/extension/razetime/bqn-language). ### Kakoune |
