update bun.zig

This commit is contained in:
Dylan Conway
2023-12-18 20:15:02 -08:00
parent 2d2f3c4e50
commit dc19541719

View File

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