Change authors of lua extension
This commit is contained in:
parent
5d7642d77d
commit
5e4f707951
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,12 @@
|
||||||
id = "lua"
|
id = "lua"
|
||||||
name = "Lua"
|
name = "Lua"
|
||||||
description = "Lua support."
|
description = "Lua support."
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
schema_version = 1
|
schema_version = 1
|
||||||
authors = ["Kaylee Simmons <kay@the-simmons.net>"]
|
authors = [
|
||||||
|
"Max Brunsfeld <max@zed.dev>",
|
||||||
|
"Marshall Bowers <elliott.codes@gmail.com>"
|
||||||
|
]
|
||||||
repository = "https://github.com/zed-industries/zed"
|
repository = "https://github.com/zed-industries/zed"
|
||||||
|
|
||||||
[language_servers.lua-language-server]
|
[language_servers.lua-language-server]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue