dotfiles from arch
This commit is contained in:
@@ -0,0 +1,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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user