diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-30 21:12:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-30 21:12:24 +0800 |
commit | 9140dfc8fcf4f9dd4b28a8928fcf2ddcf977f9c7 (patch) | |
tree | 68b38f2b74ed2eab0fc3bc614f8abb33982238db /script/config.lua | |
parent | 36d1ee596527e2133c8681c3e4bf493a85357862 (diff) | |
download | lua-language-server-9140dfc8fcf4f9dd4b28a8928fcf2ddcf977f9c7.zip |
hint of param name
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 b39c70cc..96e25ea3 100644 --- a/script/config.lua +++ b/script/config.lua @@ -158,6 +158,7 @@ local ConfigTemplate = { enable = {true, Boolean}, paramType = {true, Boolean}, setType = {false, Boolean}, + paramName = {true, Boolean}, }, intelliSense = { searchDepth = {0, Integer}, |