diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-04-02 18:14:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-04-02 18:14:54 +0800 |
commit | 55e7d5950398eb6816646d1612701565364fa08b (patch) | |
tree | 201c39c10848958d6acd3b6f4469082b691fef70 /script/config.lua | |
parent | 913aced8f27185e1f078b64e4d3c147e73589165 (diff) | |
download | lua-language-server-55e7d5950398eb6816646d1612701565364fa08b.zip |
resolve #461
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/script/config.lua b/script/config.lua index effd3016..7991e1ad 100644 --- a/script/config.lua +++ b/script/config.lua @@ -198,9 +198,10 @@ local ConfigTemplate = { } local OtherTemplate = { - associations = {{}, Hash(String, String)}, - exclude = {{}, Hash(String, Boolean)}, - semantic = {'', Or(Boolean, String)}, + associations = {{}, Hash(String, String)}, + exclude = {{}, Hash(String, Boolean)}, + semantic = {'', Or(Boolean, String)}, + acceptSuggestionOnEnter = {'on', String}, } local function init() |