Skip to content

Commit 893121d

Browse files
committed
only lua files associations
1 parent 9077def commit 893121d

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

meta/3rd/Defold/config.lua

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -31,41 +31,10 @@ configs = {
3131
key = 'files.associations',
3232
action = 'set',
3333
value = {
34-
["*.project"] = "ini",
3534
["*.script"] = "lua",
3635
["*.gui_script"] = "lua",
3736
["*.render_script"] = "lua",
38-
["*.editor_script"] = "lua",
39-
["*.fp"] = "glsl",
40-
["*.vp"] = "glsl",
41-
["*.go"] = "textproto",
42-
["*.animationset"] = "textproto",
43-
["*.atlas"] = "textproto",
44-
["*.buffer"] = "json",
45-
["*.camera"] = "textproto",
46-
["*.collection"] = "textproto",
47-
["*.collectionfactory"] = "textproto",
48-
["*.collectionproxy"] = "textproto",
49-
["*.collisionobject"] = "textproto",
50-
["*.display_profiles"] = "textproto",
51-
["*.factory"] = "textproto",
52-
["*.gamepads"] = "textproto",
53-
["*.gui"] = "textproto",
54-
["*.input_binding"] = "textproto",
55-
["*.label"] = "textproto",
56-
["*.material"] = "textproto",
57-
["*.mesh"] = "textproto",
58-
["*.model"] = "textproto",
59-
["*.particlefx"] = "textproto",
60-
["*.render"] = "textproto",
61-
["*.sound"] = "textproto",
62-
["*.spinemodel"] = "textproto",
63-
["*.spinescene"] = "textproto",
64-
["*.sprite"] = "textproto",
65-
["*.texture_profiles"] = "textproto",
66-
["*.tilemap"] = "textproto",
67-
["*.tilesource"] = "textproto",
68-
["*.manifest"] = "textproto"
37+
["*.editor_script"] = "lua"
6938
}
7039
},
7140
}

0 commit comments

Comments
 (0)