zed/extensions/ruby/extension.toml
Vitaly Slobodin 769ae8b101
ruby: Adjust language servers languages (#15297)
Hi. This is a small pull request that changes the "language" field to
the "languages" field
because the `language` field is deprecated.
Additionally, allow the Ruby LSP to run in `*.erb` files.

Release Notes:

- N/A
2024-07-26 15:58:50 -04:00

28 lines
708 B
TOML

id = "ruby"
name = "Ruby"
description = "Ruby support."
version = "0.0.8"
schema_version = 1
authors = ["Vitaly Slobodin <vitaliy.slobodin@gmail.com>"]
repository = "https://github.com/zed-industries/zed"
[language_servers.solargraph]
name = "Solargraph"
languages = ["Ruby"]
[language_servers.ruby-lsp]
name = "Ruby LSP"
languages = ["Ruby", "ERB"]
[language_servers.rubocop]
name = "Rubocop"
languages = ["Ruby"]
[grammars.ruby]
repository = "https://github.com/tree-sitter/tree-sitter-ruby"
commit = "dc2d7d6b50f9975bc3c35bbec0ba11b2617b736b"
[grammars.embedded_template]
repository = "https://github.com/tree-sitter/tree-sitter-embedded-template"
commit = "91fc5ae1140d5c9d922312431f7d251a48d7b8ce"