aboutsummaryrefslogtreecommitdiff
path: root/.mbs/modules/lua.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-11-15 13:15:34 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-11-15 13:15:34 -0500
commite379656333caefe28914c6bc0cdfe9a80b1ecd0e (patch)
treedbc8ebef215d90b4d6285530a31dc1bd4ae0f15f /.mbs/modules/lua.lua
parenta405ec93546b95c2369ec9069b3616944d785198 (diff)
downloadbits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.tar.gz
bits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.tar.bz2
bits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.zip
Updated MBS
Diffstat (limited to '.mbs/modules/lua.lua')
-rw-r--r--.mbs/modules/lua.lua8
1 files changed, 4 insertions, 4 deletions
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