summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/3rd/love2d/config.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/3rd/love2d/config.lua b/meta/3rd/love2d/config.lua
new file mode 100644
index 00000000..d0b37dbd
--- /dev/null
+++ b/meta/3rd/love2d/config.lua
@@ -0,0 +1,8 @@
+words = {'love%.%w+'}
+configs = {
+ {
+ key = 'Lua.runtime.version',
+ action = 'set',
+ value = 'LuaJIT',
+ },
+}