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; }