1id = "ruby"
2name = "Ruby"
3description = "Ruby support."
4version = "0.0.7"
5schema_version = 1
6authors = ["Vitaly Slobodin <vitaliy.slobodin@gmail.com>"]
7repository = "https://github.com/zed-industries/zed"
8
9[language_servers.solargraph]
10name = "Solargraph"
11language = "Ruby"
12
13[language_servers.ruby-lsp]
14name = "Ruby LSP"
15language = "Ruby"
16
17[grammars.ruby]
18repository = "https://github.com/tree-sitter/tree-sitter-ruby"
19commit = "dc2d7d6b50f9975bc3c35bbec0ba11b2617b736b"
20
21[grammars.embedded_template]
22repository = "https://github.com/tree-sitter/tree-sitter-embedded-template"
23commit = "91fc5ae1140d5c9d922312431f7d251a48d7b8ce"