1id = "test-extension"
 2name = "Test Extension"
 3description = "An extension for use in tests."
 4version = "0.1.0"
 5schema_version = 1
 6authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
 7repository = "https://github.com/zed-industries/zed"
 8
 9[language_servers.gleam]
10name = "Gleam LSP"
11language = "Gleam"
12
13[grammars.gleam]
14repository = "https://github.com/gleam-lang/tree-sitter-gleam"
15commit = "8432ffe32ccd360534837256747beb5b1c82fca1"
16
17[[capabilities]]
18kind = "process:exec"
19command = "echo"
20args = ["hello from a child process!"]
21
22[[capabilities]]
23kind = "process:exec"
24command = "cmd"
25args = ["/C", "echo", "hello from a child process!"]