mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
176f440158
Release Notes: - Extracted lua language support into an extension, and improved Lua highlighting and completion label styling. --------- Co-authored-by: Marshall <marshall@zed.dev>
15 lines
405 B
TOML
15 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"
|