zed/extensions/ruby/extension.toml
Vitaly Slobodin 889a14a2c2
ruby: Bump to v0.1.0 (#15855)
ruby: Bump extension version to v0.1.0 Why not v0.0.9? I think the Ruby
extension is mature, and it's time to release the first minor version.
But I am totally OK with changing it to 0.0.9.

Included changes:

- https://github.com/zed-industries/zed/pull/15778
- https://github.com/zed-industries/zed/pull/15762
- https://github.com/zed-industries/zed/pull/15110
- https://github.com/zed-industries/zed/pull/15297

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-08-06 09:53:02 -04:00

31 lines
836 B
TOML

id = "ruby"
name = "Ruby"
description = "Ruby support."
version = "0.1.0"
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"
[grammars.rbs]
repository = "https://github.com/joker1007/tree-sitter-rbs"
commit = "8d8e65ac3f77fbc9e15b1cdb9f980a3e0ac3ab99"