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 | |
parent | 7b4ace38f397a67a313a688c8dfc248cec86dcfa (diff) | |
download | lua-language-server-ee83c8939fdb9547bba993132e71a0638949abe9.zip |
add submodule `love-api`
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | 3rd/love-api | 0 |
2 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 diff --git a/3rd/love-api b/3rd/love-api new file mode 160000 +Subproject 38aea3cfac9f167a8a88070b3cc7279d52795bd |