diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-08 16:40:00 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-08 16:40:00 +0800 |
commit | f4e4cc0114adba8d199f9f81298a7c15c9576d5c (patch) | |
tree | 2d60c501909fa1b3ff458318c843f25b1ecad132 /meta/3rd/Cocos4.0/config.lua | |
parent | 97d0a4dda6556944c3dd47f2ebd78100a313ae44 (diff) | |
download | lua-language-server-f4e4cc0114adba8d199f9f81298a7c15c9576d5c.zip |
#409 cocos
Diffstat (limited to 'meta/3rd/Cocos4.0/config.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/config.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/config.lua b/meta/3rd/Cocos4.0/config.lua new file mode 100644 index 00000000..99de2da2 --- /dev/null +++ b/meta/3rd/Cocos4.0/config.lua @@ -0,0 +1,8 @@ +files = {'cocos'} +configs = { + { + key = 'Lua.runtime.version', + action = 'set', + value = 'LuaJIT', + }, +} |