1id = "ruby"
2name = "Ruby"
3description = "Ruby support."
4version = "0.2.0"
5schema_version = 1
6authors = ["Vitaly Slobodin <vitaliy.slobodin@gmail.com>"]
7repository = "https://github.com/zed-industries/zed"
8
9[language_servers.solargraph]
10name = "Solargraph"
11languages = ["Ruby"]
12
13[language_servers.ruby-lsp]
14name = "Ruby LSP"
15languages = ["Ruby", "ERB"]
16
17[language_servers.rubocop]
18name = "Rubocop"
19languages = ["Ruby"]
20
21[grammars.ruby]
22repository = "https://github.com/tree-sitter/tree-sitter-ruby"
23commit = "7dbc1e2d0e2d752577655881f73b4573f3fe85d4"
24
25[grammars.embedded_template]
26repository = "https://github.com/tree-sitter/tree-sitter-embedded-template"
27commit = "91fc5ae1140d5c9d922312431f7d251a48d7b8ce"
28
29[grammars.rbs]
30repository = "https://github.com/joker1007/tree-sitter-rbs"
31commit = "8d8e65ac3f77fbc9e15b1cdb9f980a3e0ac3ab99"