summaryrefslogtreecommitdiff
path: root/meta/3rd/Defold/config.json
blob: 5ab875d94e8cf791c7c65cf4c426599e16bcf2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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"
        }
    }
}