mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
update bun.zig
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user