summaryrefslogtreecommitdiff
path: root/script/config
diff options
context:
space:
mode:
Diffstat (limited to 'script/config')
-rw-r--r--script/config/template.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/config/template.lua b/script/config/template.lua
index 60f3dbca..a08b9e53 100644
--- a/script/config/template.lua
+++ b/script/config/template.lua
@@ -181,6 +181,7 @@ end, function (self, ...)
self.subs = { ... }
end)
+---@format disable-next
local template = {
['Lua.runtime.version'] = Type.String >> 'Lua 5.4' << {
'Lua 5.1',
@@ -371,6 +372,8 @@ local template = {
['Lua.format.enable'] = Type.Boolean >> true,
['Lua.format.defaultConfig'] = Type.Hash(Type.String, Type.String)
>> {},
+ ['Lua.typeFormat.config'] = Type.Hash(Type.String, Type.String)
+ >> {},
['Lua.spell.dict'] = Type.Array(Type.String),
['Lua.telemetry.enable'] = Type.Or(Type.Boolean >> false, Type.Nil) >> nil,
['Lua.misc.parameters'] = Type.Array(Type.String),