diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 20:44:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 20:44:38 +0800 |
commit | 15774e265c4060fa7eb84c1c68bea7184b65d13f (patch) | |
tree | b3a3802329dc0a245a2fac08442373f714638d17 /meta/3rd/love2d/config.lua | |
parent | bcce911b8350eb8840c8a7193d6e7f9eb173abbc (diff) | |
download | lua-language-server-15774e265c4060fa7eb84c1c68bea7184b65d13f.zip |
add supports of `love2d`
Diffstat (limited to 'meta/3rd/love2d/config.lua')
-rw-r--r-- | meta/3rd/love2d/config.lua | 8 |
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', + }, +} |