
This PR fixes the Lua extension version to be v0.0.1 instead of v0.1.0 for the initial release. Release Notes: - N/A
15 lines
405 B
TOML
15 lines
405 B
TOML
id = "lua"
|
|
name = "Lua"
|
|
description = "Lua support."
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Kaylee Simmons <kay@the-simmons.net>"]
|
|
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"
|