mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-12 05:27:07 +00:00
extensions: Add author to the manifest (#10134)
Related to #9910 Also, this PR will add a release note, since I've missed that in the original PR. Release Notes: - Added Emmet language extension to the extension store.
This commit is contained in:
parent
0ddec2753a
commit
79272b75e3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name = "Emmet"
|
|||
description = "Emmet support"
|
||||
version = "0.0.1"
|
||||
schema_version = 1
|
||||
authors = []
|
||||
authors = ["Piotr Osiewicz <piotr@zed.dev>"]
|
||||
repository = "https://github.com/zed-industries/zed"
|
||||
|
||||
[language_servers.emmet-language-server]
|
||||
|
|
Loading…
Reference in a new issue