summaryrefslogtreecommitdiff
path: root/meta/3rd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd')
-rw-r--r--meta/3rd/love2d/config.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/3rd/love2d/config.json b/meta/3rd/love2d/config.json
index ccb483b3..d44784d3 100644
--- a/meta/3rd/love2d/config.json
+++ b/meta/3rd/love2d/config.json
@@ -2,6 +2,9 @@
"name" : "LÖVE",
"words" : ["love%.%w+"],
"settings" : {
- "Lua.runtime.version" : "LuaJIT"
+ "Lua.runtime.version" : "LuaJIT",
+ "Lua.runtime.special" : {
+ "love.filesystem.load" : "loadfile"
+ }
}
}