diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-05 23:53:29 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-05 23:53:29 +0800 |
commit | f2db41df39000bc3ca0c93e0d2ac8b8fafaf4d57 (patch) | |
tree | 46bfa6408497141dea719f5a9648da2abaef21b1 /README.md | |
parent | c0cf9ae2835f9a19fe6a9af743ddd24be7c3a123 (diff) | |
download | lua-language-server-f2db41df39000bc3ca0c93e0d2ac8b8fafaf4d57.zip |
#1018 add `inspect.lua`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ If you need to compile by yourself, please refer to [here](https://github.com/su * [vscode-lua-doc](https://github.com/actboy168/vscode-lua-doc) * [json.lua](https://github.com/actboy168/json.lua) * [EmmyLuaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle) +* [inspect.lua](https://github.com/kikito/inspect.lua) ## Acknowledgement |