From e379656333caefe28914c6bc0cdfe9a80b1ecd0e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Nov 2020 13:15:34 -0500 Subject: Updated MBS --- .mbs/modules/lua.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.mbs/modules/lua.lua') diff --git a/.mbs/modules/lua.lua b/.mbs/modules/lua.lua index d9453e6..b470f0b 100644 --- a/.mbs/modules/lua.lua +++ b/.mbs/modules/lua.lua @@ -10,7 +10,7 @@ return { dependencies = { "bin/lua.lua", - "lib/stack_trace.lua" + "lib/stack_trace.lua", }, -- When updating the defaults, one should also update bin/lua.lua @@ -36,13 +36,13 @@ return { default = true, }, { - name= "mbs.lua.pretty_height", + name = "mbs.lua.pretty_height", description = "The height to fit the pretty-printer output to. Set to " .. "false to disable, true to use the terminal height or a number for a constant height.", default = true, }, { - name= "mbs.lua.highlight", + name = "mbs.lua.highlight", description = "Whether to apply syntax highlighting to the REPL's input.", default = true, }, @@ -54,5 +54,5 @@ return { lib_load(path, "stack_trace") shell.setAlias("lua", "/" .. fs.combine(path, "bin/lua.lua")) - end + end, } \ No newline at end of file -- cgit v1.2.3