1id = "ruby"
2name = "Ruby"
3description = "Ruby support."
4version = "0.0.6"
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 = "9d86f3761bb30e8dcc81e754b81d3ce91848477e"
20
21[grammars.embedded_template]
22repository = "https://github.com/tree-sitter/tree-sitter-embedded-template"
23commit = "91fc5ae1140d5c9d922312431f7d251a48d7b8ce"