mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 20:29:05 +00:00
18 lines
447 B
TOML
18 lines
447 B
TOML
id = "lua"
|
|
name = "Lua"
|
|
description = "Lua support."
|
|
version = "0.0.2"
|
|
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"
|