summaryrefslogtreecommitdiff
path: root/meta/3rd/lovr/config.lua
blob: c0bf32e62fa42bc5829d6322475c1a4a38725e51 (plain)
1
2
3
4
5
6
7
8
9
name    = 'LÖVR'
words   = {'lovr%.%w+'}
configs = {
    {
        key    = 'Lua.runtime.version',
        action = 'set',
        value  = 'LuaJIT',
    },
}