summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/config.lua
blob: 8ca0382fb45cc3ad8ce14d088eda2854b034a561 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
files   = {
  'resty/redis%.lua',
  'lib/resty/.*%.lua',
  'src/resty/.*%.lua',
  'lib/ngx.*/.*%.lua',
  'src/ngx.*/.*%.lua',
}

words = {
  'resty%.%w+',
  'ngx%.%w+',
}

config = {
    ["Lua.runtime.version"] = "LuaJIT",
    ["Lua.diagnostics.globals"] = {
        "ngx",
    },
}