diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 15:58:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 15:58:47 +0800 |
commit | ee83c8939fdb9547bba993132e71a0638949abe9 (patch) | |
tree | 9ad471fa392f8e5484aa69a6eb7f55c47b2c0c7a /.gitmodules | |
parent | 7b4ace38f397a67a313a688c8dfc248cec86dcfa (diff) | |
download | lua-language-server-ee83c8939fdb9547bba993132e71a0638949abe9.zip |
add submodule `love-api`
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dc997639..92e225d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "3rd/rcedit"] path = 3rd/rcedit url = https://github.com/electron/rcedit +[submodule "3rd/love-api"] + path = 3rd/love-api + url = https://github.com/love2d-community/love-api |