From 0a059c6819ade3903468b1742d7967b392be47c4 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:03:14 -0400 Subject: [PATCH] Add BBEdit to EDITORS page --- EDITORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/EDITORS.md b/EDITORS.md index 8ddffcc4a..5b9807a80 100644 --- a/EDITORS.md +++ b/EDITORS.md @@ -50,6 +50,7 @@ new H2 header in this file containing the instructions. --> - [Sublime Text LSP](#sublime-text-lsp) - [Zed](#zed) - [RubyMine](#RubyMine) +- [BBEdit](#BBEdit) ## Emacs Eglot @@ -185,6 +186,10 @@ Note that there might be overlapping functionality when using it with RubyMine, [Ruby LSP plugin](https://plugins.jetbrains.com/plugin/24413-ruby-lsp) +## BBEdit + +See https://github.com/Shopify/ruby-lsp/issues/2365 for the latest information. + # Indexing Configuration To configure indexing, pass a JSON hash as part of the initialization options for your editor, for example: