extension.toml

 1id = "ruby"
 2name = "Ruby"
 3description = "Ruby support."
 4version = "0.0.1"
 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[grammars.ruby]
14repository = "https://github.com/tree-sitter/tree-sitter-ruby"
15commit = "9d86f3761bb30e8dcc81e754b81d3ce91848477e"
16
17[grammars.embedded_template]
18repository = "https://github.com/tree-sitter/tree-sitter-embedded-template"
19commit = "91fc5ae1140d5c9d922312431f7d251a48d7b8ce"