mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
52591905fb
The previous v0.0.3 bump was in error, as we hadn't published a v0.0.2 yet.
16 lines
396 B
TOML
16 lines
396 B
TOML
id = "lua"
|
|
name = "Lua"
|
|
description = "Lua support."
|
|
version = "0.0.2"
|
|
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"
|