ruby: Move Ruby extension to zed-extensions/ruby repo (#19098)

This commit is contained in:
Peter Tripp 2024-10-15 15:41:20 -04:00 committed by GitHub
parent 56163b1e35
commit 5445f898e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 2 additions and 1097 deletions

View file

@ -1,6 +1,6 @@
# Ruby
Ruby support is available through the [Ruby extension](https://github.com/zed-industries/zed/tree/main/extensions/ruby).
Ruby support is available through the [Ruby extension](https://github.com/zed-extensions/ruby).
- Tree-sitters:
- [tree-sitter-ruby](https://github.com/tree-sitter/tree-sitter-ruby)
@ -25,7 +25,7 @@ In addition to these two language servers, Zed also supports [rubocop](https://g
## Configuring a language server
The [Ruby extension](https://github.com/zed-industries/zed/tree/main/extensions/ruby) offers both `solargraph` and `ruby-lsp` language server support.
The [Ruby extension](https://github.com/zed-extensions/ruby) offers both `solargraph` and `ruby-lsp` language server support.
### Using `solargraph`