Skip to content

Commit fc8c512

Browse files
Cassolettesumneko
authored andcommitted
validation schema for .luarc.jsonc
1 parent 5b10f0f commit fc8c512

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package/package.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ return {
4343
},
4444
jsonValidation = {
4545
{
46-
fileMatch = ".luarc.json",
46+
fileMatch = {
47+
".luarc.json",
48+
".luarc.jsonc",
49+
},
4750
url = "./setting/schema.json",
4851
},
4952
},

0 commit comments

Comments
 (0)