diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-10-19 16:07:13 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-10-19 16:07:13 +0800 |
commit | ee6e0c96e8f5d66d3cb81ef9641444564dea87b9 (patch) | |
tree | 0bdc026be5603c97e5f31376b0ad1b3553b10822 /script/config.lua | |
parent | 8d2322b8fd1d4c2bd1970e4de26c03226bfd9f44 (diff) | |
download | lua-language-server-ee6e0c96e8f5d66d3cb81ef9641444564dea87b9.zip |
beta版本支持 special
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index 479ca6ab..d1a65605 100644 --- a/script/config.lua +++ b/script/config.lua @@ -98,6 +98,7 @@ local ConfigTemplate = { "?/init.lua", "?/?.lua" }, Array(String)}, + special = {{}, Hash(String, String)}, }, diagnostics = { enable = {true, Boolean}, |