summaryrefslogtreecommitdiff
path: root/meta/3rd/love2d/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/love2d/config.lua')
-rw-r--r--meta/3rd/love2d/config.lua10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/3rd/love2d/config.lua b/meta/3rd/love2d/config.lua
index fa142b49..3ece274e 100644
--- a/meta/3rd/love2d/config.lua
+++ b/meta/3rd/love2d/config.lua
@@ -1,9 +1,5 @@
name = 'LÖVE'
words = {'love%.%w+'}
-configs = {
- {
- key = 'Lua.runtime.version',
- action = 'set',
- value = 'LuaJIT',
- },
-} \ No newline at end of file
+config = {
+ ["Lua.runtime.version"] = "LuaJIT",
+}