mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
ff56ca7280
This PR bumps the TOML extension to v0.1.1. Changes: - https://github.com/zed-industries/zed/pull/11251 Release Notes: - N/A
19 lines
429 B
TOML
19 lines
429 B
TOML
id = "toml"
|
|
name = "TOML"
|
|
description = "TOML support."
|
|
version = "0.1.1"
|
|
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"
|