minetest_x_bows/bin/lua-language-server-3.5.6-l.../meta/3rd/OpenResty/config.lua

26 lines
395 B
Lua
Raw Normal View History

2022-11-03 10:37:33 -05:00
files = {
'resty/redis%.lua',
'lib/resty/.*%.lua',
'src/resty/.*%.lua',
'lib/ngx.*/.*%.lua',
'src/ngx.*/.*%.lua',
}
words = {
'resty%.%w+',
'ngx%.%w+',
}
configs = {
{
key = 'Lua.runtime.version',
action = 'set',
value = 'LuaJIT',
},
{
key = 'Lua.diagnostics.globals',
action = 'add',
value = 'ngx',
},
}