From 330b79eb27ea2ef33943a849b02c417df137837c Mon Sep 17 00:00:00 2001 From: treert <909413016@qq.com> Date: Tue, 18 Aug 2026 20:15:09 +0800 Subject: [PATCH] Add mylua-lsp(Implemented in Rust) for Lua language support --- _implementors/servers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/servers.md b/_implementors/servers.md index 2520b8ae7..9c43e1563 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -162,6 +162,7 @@ index: 1 | [Lua](https://www.lua.org/)| [Kyle McLamb](https://github.com/Alloyed) | [lua-lsp](https://github.com/Alloyed/lua-lsp) | Lua | | [Lua](https://www.lua.org/)| [最萌小汐](https://github.com/sumneko) | [lua-language-server](https://github.com/sumneko/lua-language-server) | Lua | | [Lua](https://www.lua.org/)| [Tencent](https://github.com/Tencent/LuaHelper) | [LuaHelper](https://github.com/Tencent/LuaHelper) | Go | +| [Lua](https://www.lua.org/)| [treert](https://github.com/treert) | [mylua-lsp](https://github.com/treert/ai-mylua-lsp) | Rust | | [Liquid](https://shopify.github.io/liquid/) | [Shopify](https://github.com/Shopify/theme-check) | [theme-check](https://github.com/Shopify/theme-check) | Ruby | | [IBM **LALR** Parser Generator language](https://sourceforge.net/projects/lpg/)| [kuafuwang](https://github.com/kuafuwang) | [LPG-language-server](https://github.com/kuafuwang/LPG-language-server) | C++ | | Make | [alexclewontin](https://github.com/alexclewontin) | [make-lsp-vscode](https://github.com/alexclewontin/make-lsp-vscode) | TypeScript |