Update extension descriptions (#9939)

This PR updates the descriptions of some of the extensions to match the
others.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-03-28 17:14:55 -04:00 committed by GitHub
parent 0d7f5f49e6
commit 90cf73b746
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
id = "gleam" id = "gleam"
name = "Gleam" name = "Gleam"
description = "Gleam support for Zed" description = "Gleam support."
version = "0.0.2" version = "0.0.2"
schema_version = 1 schema_version = 1
authors = ["Marshall Bowers <elliott.codes@gmail.com>"] authors = ["Marshall Bowers <elliott.codes@gmail.com>"]

View file

@ -1,10 +1,9 @@
id = "haskell" id = "haskell"
name = "Haskell" name = "Haskell"
description = "Haskell support for Zed" description = "Haskell support."
version = "0.0.1" version = "0.0.1"
schema_version = 1 schema_version = 1
authors = [ authors = [
"Marshall Bowers <elliott.codes@gmail.com>",
"Pseudomata <pseudomata@proton.me>", "Pseudomata <pseudomata@proton.me>",
"Lei <45155667+leifu1128@users.noreply.github.com>" "Lei <45155667+leifu1128@users.noreply.github.com>"
] ]

View file

@ -1,6 +1,6 @@
id = "uiua" id = "uiua"
name = "Uiua" name = "Uiua"
description = "Uiua support for Zed" description = "Uiua support."
version = "0.0.1" version = "0.0.1"
schema_version = 1 schema_version = 1
authors = ["Max Brunsfeld <max@zed.dev>"] authors = ["Max Brunsfeld <max@zed.dev>"]