Skip to content

Commit 5b10f0f

Browse files
committed
set id of .luarc.json to jsonc
1 parent 26dd6d1 commit 5b10f0f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package/package.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ return {
4747
url = "./setting/schema.json",
4848
},
4949
},
50+
languages = {
51+
{
52+
id = 'jsonc',
53+
filenames = {
54+
'.luarc.json',
55+
},
56+
},
57+
},
5058
},
5159
capabilities = {
5260
untrustedWorkspaces = {

0 commit comments

Comments
 (0)