diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-10-09 16:24:36 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-10-09 16:24:36 +0800 |
commit | 7339185d2f357ca9cd1c9f4bb759d60c6d0a2c37 (patch) | |
tree | 5bce1d07a73665a18cd928161ba4d85d65cce20c /script/config.lua | |
parent | bed58336e80377f874384f875531596e53cb2032 (diff) | |
download | lua-language-server-7339185d2f357ca9cd1c9f4bb759d60c6d0a2c37.zip |
已经是 Lua 5.4 的时代了
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config.lua b/script/config.lua index 51f090fe..479ca6ab 100644 --- a/script/config.lua +++ b/script/config.lua @@ -91,7 +91,7 @@ end local ConfigTemplate = { runtime = { - version = {'Lua 5.3', String}, + version = {'Lua 5.4', String}, library = {{}, Str2Hash ';'}, path = {{ "?.lua", |