Adds [ruby-lsp](https://shopify.github.io/ruby-lsp/) as an alternative LS for Ruby language. While support for fully functional `ruby-lsp` is limited due to some limitations (see https://github.com/zed-industries/zed/pull/8613) I think it's OK to add it but disable by default. Thanks! Resolves #4834. Release Notes: - N/A ### Some screenshots Completion support  Symbol search  --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
24 lines
629 B
TOML
24 lines
629 B
TOML
id = "ruby"
|
|
name = "Ruby"
|
|
description = "Ruby support."
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Vitaly Slobodin <vitaliy.slobodin@gmail.com>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.solargraph]
|
|
name = "Solargraph"
|
|
language = "Ruby"
|
|
|
|
[language_servers.ruby-lsp]
|
|
name = "Ruby LSP"
|
|
language = "Ruby"
|
|
|
|
[grammars.ruby]
|
|
repository = "https://github.com/tree-sitter/tree-sitter-ruby"
|
|
commit = "9d86f3761bb30e8dcc81e754b81d3ce91848477e"
|
|
|
|
[grammars.embedded_template]
|
|
repository = "https://github.com/tree-sitter/tree-sitter-embedded-template"
|
|
commit = "91fc5ae1140d5c9d922312431f7d251a48d7b8ce"
|