zed/extensions/lua/extension.toml
Marshall Bowers d2e83cc148
lua: Bump to v0.0.3 (#10646)
This PR bumps the Lua extension to v0.0.3.

Changes:

- #10639
- #10642

Release Notes:

- N/A
2024-04-16 14:12:41 -04:00

19 lines
447 B
TOML

id = "lua"
name = "Lua"
description = "Lua support."
version = "0.0.3"
schema_version = 1
authors = [
"Max Brunsfeld <max@zed.dev>",
"Marshall Bowers <elliott.codes@gmail.com>"
]
repository = "https://github.com/zed-industries/zed"
[language_servers.lua-language-server]
name = "LuaLS"
language = "Lua"
[grammars.lua]
repository = "https://github.com/tree-sitter-grammars/tree-sitter-lua"
commit = "a24dab177e58c9c6832f96b9a73102a0cfbced4a"