zed/extensions/lua/extension.toml
Max Brunsfeld 176f440158
Extract lua language support into an extension (#10437)
Release Notes:

- Extracted lua language support into an extension, and improved Lua
highlighting and completion label styling.

---------

Co-authored-by: Marshall <marshall@zed.dev>
2024-04-11 11:32:10 -07:00

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"