Skip to content

Commit d4795d0

Browse files
committed
mark config.json as jsonc
1 parent 194db18 commit d4795d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2919,7 +2919,8 @@
29192919
"languages": [
29202920
{
29212921
"filenames": [
2922-
".luarc.json"
2922+
".luarc.json",
2923+
"config.json"
29232924
],
29242925
"id": "jsonc"
29252926
}

package/package.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ return {
7373
id = 'jsonc',
7474
filenames = {
7575
'.luarc.json',
76+
'config.json',
7677
},
7778
},
7879
},

0 commit comments

Comments
 (0)