summaryrefslogtreecommitdiff
path: root/script/config/template.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-27 17:07:21 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-27 17:07:21 +0800
commit708bf5314377d8632a5759b27662aeda95c8020f (patch)
tree7e2c8f921ed866235ce1c115730c1fada85a9fba /script/config/template.lua
parentf8461ac8a4bb1cdc7f9a28144a5837a4cdf0df50 (diff)
downloadlua-language-server-708bf5314377d8632a5759b27662aeda95c8020f.zip
new setting `hint.semicolon`
Diffstat (limited to 'script/config/template.lua')
-rw-r--r--script/config/template.lua5
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,