mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
16 lines
405 B
TOML
16 lines
405 B
TOML
|
id = "lua"
|
||
|
name = "Lua"
|
||
|
description = "Lua support."
|
||
|
version = "0.1.0"
|
||
|
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"
|