zed/extensions/toml/extension.toml
Conrad Irwin 1fccda7b8d
Add text objects to extensions (#21488)
Release Notes:

- Adds textobject support to erlang, haskell, lua, php, prisma, proto,
toml, and zig
2024-12-03 13:56:25 -07:00

18 lines
429 B
TOML

id = "toml"
name = "TOML"
description = "TOML support."
version = "0.1.2"
schema_version = 1
authors = [
"Max Brunsfeld <max@zed.dev>",
"Ammar Arif <evergreenkary@gmail.com>"
]
repository = "https://github.com/zed-industries/zed"
[language_servers.taplo]
name = "Taplo"
language = "TOML"
[grammars.toml]
repository = "https://github.com/tree-sitter/tree-sitter-toml"
commit = "342d9be207c2dba869b9967124c679b5e6fd0ebe"