Add support for lua-language-server

This commit is contained in:
w0rp
2023-02-08 01:14:47 +00:00
parent da5fa17df1
commit f2a21c960a
7 changed files with 86 additions and 0 deletions
+1
View File
@@ -350,6 +350,7 @@ formatting.
* Lua
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [lua-format](https://github.com/Koihik/LuaFormatter)
* [lua-language-server](https://github.com/LuaLS/lua-language-server)
* [luac](https://www.lua.org/manual/5.1/luac.html)
* [luacheck](https://github.com/mpeterv/luacheck)
* [luafmt](https://github.com/trixnz/lua-fmt)