lua: Extract to zed-extensions/lua repository (#26250)

This PR extracts the Lua extension to the
[zed-extensions/lua](https://github.com/zed-extensions/lua) repository.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-03-06 23:17:34 +00:00
committed by GitHub
parent a88af7351a
commit 349a48d937
14 changed files with 1 additions and 405 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Lua
Lua support is available through the [Lua extension](https://github.com/zed-industries/zed/tree/main/extensions/lua).
Lua support is available through the [Lua extension](https://github.com/zed-extensions/lua).
- Tree-sitter: [tree-sitter-grammars/tree-sitter-lua](https://github.com/tree-sitter-grammars/tree-sitter-lua)
- Language server: [LuaLS/lua-language-server](https://github.com/LuaLS/lua-language-server)