mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-04 10:12:47 +00:00
a4d6c5da7c
This PR bumps the TOML extension to v0.1.0. This version of the extension has been updated to use v0.0.6 of the `zed_extension_api`. Release Notes: - N/A
18 lines
429 B
TOML
18 lines
429 B
TOML
id = "toml"
|
|
name = "TOML"
|
|
description = "TOML support."
|
|
version = "0.1.0"
|
|
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"
|