mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-24 15:18:02 +00:00
078ce330c6
This PR bumps the Lua extension to v0.0.3. Changes: - https://github.com/zed-industries/zed/pull/13871 Release Notes: - N/A
15 lines
396 B
TOML
15 lines
396 B
TOML
id = "lua"
|
|
name = "Lua"
|
|
description = "Lua support."
|
|
version = "0.0.3"
|
|
schema_version = 1
|
|
authors = ["Max Brunsfeld <max@zed.dev>"]
|
|
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"
|