diff options
author | Salavat <salavat.rakhmanov@gmail.com> | 2022-11-11 18:58:10 +0600 |
---|---|---|
committer | Salavat <salavat.rakhmanov@gmail.com> | 2022-11-11 18:58:10 +0600 |
commit | 893121d303baa63d8172055688278826e78a9b54 (patch) | |
tree | 55d7c19f32642e21d413fbe1435f5d0042bb288e /meta/3rd | |
parent | 9077defef7115937b5bbfdf8ea11b7a4a85af0a8 (diff) | |
download | lua-language-server-893121d303baa63d8172055688278826e78a9b54.zip |
only lua files associations
Diffstat (limited to 'meta/3rd')
-rw-r--r-- | meta/3rd/Defold/config.lua | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/meta/3rd/Defold/config.lua b/meta/3rd/Defold/config.lua index aedca2f1..f4dad34e 100644 --- a/meta/3rd/Defold/config.lua +++ b/meta/3rd/Defold/config.lua @@ -31,41 +31,10 @@ configs = { key = 'files.associations', action = 'set', value = { - ["*.project"] = "ini", ["*.script"] = "lua", ["*.gui_script"] = "lua", ["*.render_script"] = "lua", - ["*.editor_script"] = "lua", - ["*.fp"] = "glsl", - ["*.vp"] = "glsl", - ["*.go"] = "textproto", - ["*.animationset"] = "textproto", - ["*.atlas"] = "textproto", - ["*.buffer"] = "json", - ["*.camera"] = "textproto", - ["*.collection"] = "textproto", - ["*.collectionfactory"] = "textproto", - ["*.collectionproxy"] = "textproto", - ["*.collisionobject"] = "textproto", - ["*.display_profiles"] = "textproto", - ["*.factory"] = "textproto", - ["*.gamepads"] = "textproto", - ["*.gui"] = "textproto", - ["*.input_binding"] = "textproto", - ["*.label"] = "textproto", - ["*.material"] = "textproto", - ["*.mesh"] = "textproto", - ["*.model"] = "textproto", - ["*.particlefx"] = "textproto", - ["*.render"] = "textproto", - ["*.sound"] = "textproto", - ["*.spinemodel"] = "textproto", - ["*.spinescene"] = "textproto", - ["*.sprite"] = "textproto", - ["*.texture_profiles"] = "textproto", - ["*.tilemap"] = "textproto", - ["*.tilesource"] = "textproto", - ["*.manifest"] = "textproto" + ["*.editor_script"] = "lua" } }, } |