mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
b55961b57a
Hi, this pull request just updates the `tree-sitter` version for the Ruby language. I checked the changelog and it doesn't contain breaking changes. Thanks. tree-sitter/tree-sitter-ruby@9d86f3761b -> tree-sitter/tree-sitter-ruby@dc2d7d6b50 Release Notes: - N/A
24 lines
629 B
TOML
24 lines
629 B
TOML
id = "ruby"
|
|
name = "Ruby"
|
|
description = "Ruby support."
|
|
version = "0.0.7"
|
|
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 = "dc2d7d6b50f9975bc3c35bbec0ba11b2617b736b"
|
|
|
|
[grammars.embedded_template]
|
|
repository = "https://github.com/tree-sitter/tree-sitter-embedded-template"
|
|
commit = "91fc5ae1140d5c9d922312431f7d251a48d7b8ce"
|