Skip to content
Snippets Groups Projects
Commit fc8c512b authored by Crollie Rollz's avatar Crollie Rollz Committed by 最萌小汐
Browse files

validation schema for `.luarc.jsonc`

parent 5b10f0fc
Branches
Tags
No related merge requests found
...@@ -43,7 +43,10 @@ return { ...@@ -43,7 +43,10 @@ return {
}, },
jsonValidation = { jsonValidation = {
{ {
fileMatch = ".luarc.json", fileMatch = {
".luarc.json",
".luarc.jsonc",
},
url = "./setting/schema.json", url = "./setting/schema.json",
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment