From dc19541719b9e092ff40940c8ae3d7fac374e150 Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Mon, 18 Dec 2023 20:15:02 -0800 Subject: [PATCH] update bun.zig --- src/bun.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bun.zig b/src/bun.zig index 2a33fe1261..bb86792db5 100644 --- a/src/bun.zig +++ b/src/bun.zig @@ -456,7 +456,6 @@ pub const fmt = struct { }, '}', '{' => { // support potentially highlighting "from" in an import statement - if (!((prev_keyword orelse Keyword.@"continue") == .import)) { if ((prev_keyword orelse Keyword.@"continue") != .import) { prev_keyword = null; }