diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-01 21:14:37 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-01 21:14:37 +0800 |
commit | c4686a1b0a0fbd9beb529c6c415e840505c10172 (patch) | |
tree | ce355e8109863a65615850cd875b792d5ec3c475 /meta/3rd/lovr/config.lua | |
parent | e77cf61fa3558f6d9ec1d6cee4571bb8a1440e6e (diff) | |
download | lua-language-server-c4686a1b0a0fbd9beb529c6c415e840505c10172.zip |
resolve #666 add supports of `lovr`
Diffstat (limited to 'meta/3rd/lovr/config.lua')
-rw-r--r-- | meta/3rd/lovr/config.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/3rd/lovr/config.lua b/meta/3rd/lovr/config.lua new file mode 100644 index 00000000..c0bf32e6 --- /dev/null +++ b/meta/3rd/lovr/config.lua @@ -0,0 +1,9 @@ +name = 'LÖVR' +words = {'lovr%.%w+'} +configs = { + { + key = 'Lua.runtime.version', + action = 'set', + value = 'LuaJIT', + }, +} |