summaryrefslogtreecommitdiff
path: root/meta/3rd/love2d/config.json
blob: d44784d322915e04c55698f9cf0b4cee2d4a7c19 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name"   : "LÖVE",
    "words"  : ["love%.%w+"],
    "settings" : {
        "Lua.runtime.version" : "LuaJIT",
        "Lua.runtime.special" : {
            "love.filesystem.load" : "loadfile"
        }
    }
}