mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
1fccda7b8d
Release Notes: - Adds textobject support to erlang, haskell, lua, php, prisma, proto, toml, and zig
15 lines
396 B
TOML
15 lines
396 B
TOML
id = "lua"
|
|
name = "Lua"
|
|
description = "Lua support."
|
|
version = "0.1.1"
|
|
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"
|