summaryrefslogtreecommitdiff
path: root/meta/3rd/Defold/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Defold/config.json')
m---------meta/3rd/Defold0
-rw-r--r--meta/3rd/Defold/config.json22
2 files changed, 0 insertions, 22 deletions
diff --git a/meta/3rd/Defold b/meta/3rd/Defold
new file mode 160000
+Subproject 05379b40fb3084d82f7270475e42da8d521c4da
diff --git a/meta/3rd/Defold/config.json b/meta/3rd/Defold/config.json
deleted file mode 100644
index 5ab875d9..00000000
--- a/meta/3rd/Defold/config.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name" : "Defold",
- "files" : ["game.project", "*%.script", "*%.gui_script"],
- "settings" : {
- "Lua.runtime.version" : "Lua 5.1",
- "Lua.workspace.library" : [".internal"],
- "Lua.workspace.ignoreDir" : [".internal"],
- "Lua.diagnostics.globals" : [
- "on_input",
- "on_message",
- "init",
- "update",
- "final"
- ],
- "files.associations" : {
- "*.script" : "lua",
- "*.gui_script" : "lua",
- "*.render_script" : "lua",
- "*.editor_script" : "lua"
- }
- }
-}