summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/config.json
blob: 39d495fc93d27a09f7b85e5fdfba222277c784ed (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+"
    ],
    "settings" : {
        "Lua.runtime.version" : "LuaJIT",
        "Lua.diagnostics.globals" : [
            "ngx"
        ]
    }
}