Fix color codes

This commit is contained in:
Krzosa Karol
2023-04-14 21:13:30 +02:00
parent 44b0bededa
commit 542f2e0297
5 changed files with 5 additions and 4 deletions

View File

@@ -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);