summaryrefslogtreecommitdiff
path: root/meta/3rd/love2d/config.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-20 20:44:38 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-20 20:44:38 +0800
commit15774e265c4060fa7eb84c1c68bea7184b65d13f (patch)
treeb3a3802329dc0a245a2fac08442373f714638d17 /meta/3rd/love2d/config.lua
parentbcce911b8350eb8840c8a7193d6e7f9eb173abbc (diff)
downloadlua-language-server-15774e265c4060fa7eb84c1c68bea7184b65d13f.zip
add supports of `love2d`
Diffstat (limited to 'meta/3rd/love2d/config.lua')
-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',
+ },
+}