diff options
author | actboy168 <actboy168@gmail.com> | 2019-01-22 22:35:01 +0800 |
---|---|---|
committer | actboy168 <actboy168@gmail.com> | 2019-01-22 22:35:01 +0800 |
commit | d0ff751ce25b2cb54ca48910c45975d5871823e2 (patch) | |
tree | d1462d45d5160af86ef98aa8c2ac08ae5dd28181 /.gitmodules | |
parent | 4ffc826d7ce5ca57c2929e040ed5eefb53f9d115 (diff) | |
download | lua-language-server-d0ff751ce25b2cb54ca48910c45975d5871823e2.zip |
增加c模块的构建脚本
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 374b9348..1061f04d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,15 @@ [submodule "server/bee.lua"] path = server/bee.lua url = https://github.com/actboy168/bee.lua +[submodule "3rd/luamake"] + path = 3rd/luamake + url = https://github.com/actboy168/luamake +[submodule "3rd/lni"] + path = 3rd/lni + url = https://github.com/actboy168/lni +[submodule "3rd/bee.lua"] + path = 3rd/bee.lua + url = https://github.com/actboy168/bee.lua +[submodule "3rd/lpeglabel"] + path = 3rd/lpeglabel + url = https://github.com/sqmedeiros/lpeglabel |