diff --git a/.gitmodules b/.gitmodules index 210ae65..55d81bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -142,3 +142,7 @@ [submodule "addons/lldebugger/module"] path = addons/lldebugger/module url = https://github.com/b0mbie/local-lua-debugger-api.git +[submodule "addons/dkjson/module"] + path = addons/dkjson/module + url = https://github.com/goldenstein64/dkjson-definitions + branch = publish diff --git a/addons/dkjson/info.json b/addons/dkjson/info.json new file mode 100644 index 0000000..e63dc49 --- /dev/null +++ b/addons/dkjson/info.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "dkjson", + "description": "library definitions for dkjson 2.6" +} diff --git a/addons/dkjson/module b/addons/dkjson/module new file mode 160000 index 0000000..d60898d --- /dev/null +++ b/addons/dkjson/module @@ -0,0 +1 @@ +Subproject commit d60898da82f56bccee67fcf5a60900ee04198203