feat: expanded all lists

This commit is contained in:
Nick 2025-01-08 19:11:58 -06:00
parent bb0b55b011
commit 4d8d534088
20 changed files with 107 additions and 28 deletions

View file

@ -32,7 +32,12 @@
in {
add_newline = false;
character = let
makeChar = bg: c: surround (makeColor bg) ("[" + c + "](" + makeStyle (makeColor bg) (makeColor colors.crust) + ")");
makeChar = bg: c:
surround (makeColor bg) ("["
+ c
+ "]("
+ makeStyle (makeColor bg) (makeColor colors.crust)
+ ")");
in {
error_symbol = makeChar colors.maroon "";
format = "$symbol";