extension.toml

 1id = "toml"
 2name = "TOML"
 3description = "TOML support."
 4version = "0.1.4"
 5schema_version = 1
 6authors = [
 7    "Max Brunsfeld <max@zed.dev>",
 8    "Ammar Arif <evergreenkary@gmail.com>"
 9]
10repository = "https://github.com/zed-industries/zed"
11
12[language_servers.taplo]
13name = "Taplo"
14language = "TOML"
15
16[grammars.toml]
17repository = "https://github.com/tree-sitter/tree-sitter-toml"
18commit = "342d9be207c2dba869b9967124c679b5e6fd0ebe"