diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-31 15:14:37 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-31 15:14:37 +0800 |
commit | 27e0563a12df66990bc7ce2a782c30a93194aafc (patch) | |
tree | 112a4b660e44848d84711bfc40d02a8a55a2b9f5 /.gitmodules | |
parent | 0c5c502806659c11b3edde1ceff6fbb5058aaf0f (diff) | |
download | lua-language-server-27e0563a12df66990bc7ce2a782c30a93194aafc.zip |
update json.lua
fix #1859
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1dfe374c..ef4d5f5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "3rd/EmmyLuaCodeStyle"] path = 3rd/EmmyLuaCodeStyle url = https://github.com/CppCXY/EmmyLuaCodeStyle +[submodule "3rd/json.lua"] + path = 3rd/json.lua + url = https://github.com/actboy168/json.lua |