summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/config.json')
m---------meta/3rd/OpenResty0
-rw-r--r--meta/3rd/OpenResty/config.json19
2 files changed, 0 insertions, 19 deletions
diff --git a/meta/3rd/OpenResty b/meta/3rd/OpenResty
new file mode 160000
+Subproject 3bec36f0f645bb38b3c8208990d5c36feb66ce3
diff --git a/meta/3rd/OpenResty/config.json b/meta/3rd/OpenResty/config.json
deleted file mode 100644
index 39d495fc..00000000
--- a/meta/3rd/OpenResty/config.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "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"
- ]
- }
-}