diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-27 17:07:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-27 17:07:21 +0800 |
commit | 708bf5314377d8632a5759b27662aeda95c8020f (patch) | |
tree | 7e2c8f921ed866235ce1c115730c1fada85a9fba /script/config/template.lua | |
parent | f8461ac8a4bb1cdc7f9a28144a5837a4cdf0df50 (diff) | |
download | lua-language-server-708bf5314377d8632a5759b27662aeda95c8020f.zip |
new setting `hint.semicolon`
Diffstat (limited to 'script/config/template.lua')
-rw-r--r-- | script/config/template.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/config/template.lua b/script/config/template.lua index 9ede5e96..c7162012 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -351,6 +351,11 @@ local template = { 'Auto', 'Disable', }, + ['Lua.hint.semicolon'] = Type.String >> 'SameLine' << { + 'All', + 'SameLine', + 'Disable', + }, ['Lua.window.statusBar'] = Type.Boolean >> true, ['Lua.window.progressBar'] = Type.Boolean >> true, ['Lua.format.enable'] = Type.Boolean >> true, |