We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config.json
jsonc
1 parent 194db18 commit d4795d0Copy full SHA for d4795d0
package.json
@@ -2919,7 +2919,8 @@
2919
"languages": [
2920
{
2921
"filenames": [
2922
- ".luarc.json"
+ ".luarc.json",
2923
+ "config.json"
2924
],
2925
"id": "jsonc"
2926
}
package/package.lua
@@ -73,6 +73,7 @@ return {
73
id = 'jsonc',
74
filenames = {
75
'.luarc.json',
76
+ 'config.json',
77
},
78
79
0 commit comments