summaryrefslogtreecommitdiff
path: root/meta/3rd/lfs/config.lua
blob: b94f490db23a54664a8fa378a2da5db8e4ac7592 (plain)
1
2
3
4
5
6
7
8
9
name = 'luafilesystem'
words = { 'lfs%.%w+' }
configs = {
    {
        key    = 'Lua.diagnostics.globals',
        action = 'add',
        value  = 'lfs',
    },
}