20 lines
367 B
JSON
20 lines
367 B
JSON
{
|
|
"files" : [
|
|
"resty/redis%.lua",
|
|
"lib/resty/.*%.lua",
|
|
"src/resty/.*%.lua",
|
|
"lib/ngx.*/.*%.lua",
|
|
"src/ngx.*/.*%.lua"
|
|
],
|
|
"words" : [
|
|
"resty%.%w+",
|
|
"ngx%.%w+"
|
|
],
|
|
"settings" : {
|
|
"Lua.runtime.version" : "LuaJIT",
|
|
"Lua.diagnostics.globals" : [
|
|
"ngx"
|
|
]
|
|
}
|
|
}
|