Skip to content

Commit 90ad22a

Browse files
committed
feat: add new file and word matchers for OpenResty library
1 parent 7af17d9 commit 90ad22a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

meta/3rd/OpenResty/config.lua

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
files = {'resty/redis%.lua'}
1+
files = {
2+
'resty/redis%.lua',
3+
'lib/resty/.*%.lua',
4+
'src/resty/.*%.lua',
5+
'lib/ngx.*/.*%.lua',
6+
'src/ngx.*/.*%.lua',
7+
}
8+
9+
words = {
10+
'resty%.%w+',
11+
'ngx%.%w+',
12+
}
13+
214
configs = {
315
{
416
key = 'Lua.runtime.version',

0 commit comments

Comments
 (0)