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:
Piotr Osiewicz 2024-04-03 20:18:31 +02:00 committed by GitHub
parent 0ddec2753a
commit 79272b75e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]