Fix color codes
This commit is contained in:
@@ -16,7 +16,6 @@ static void core_init_compiler(Core_Ctx *ctx, Allocator *allocator) {
|
||||
ctx->emit_type_info = true;
|
||||
ctx->emit_line_directives = false;
|
||||
ctx->debugger_break_on_compiler_error = true;
|
||||
ctx->color_codes_enabled = true;
|
||||
ctx->same_scope_token = {SAME_SCOPE};
|
||||
|
||||
arena_init(&ctx->perm_push_only, "Perm Push Only"_s);
|
||||
|
||||
Reference in New Issue
Block a user