remove deleted keywords
This commit is contained in:
@@ -1764,14 +1764,10 @@ fn addOutlineNodes(allocator: *std.mem.Allocator, tree: ast.Tree, child: ast.Nod
|
||||
.@"while",
|
||||
.while_simple,
|
||||
.while_cont,
|
||||
.true_literal,
|
||||
.false_literal,
|
||||
.null_literal,
|
||||
.@"defer",
|
||||
.@"if",
|
||||
.if_simple,
|
||||
.multiline_string_literal,
|
||||
.undefined_literal,
|
||||
.@"anytype",
|
||||
.block,
|
||||
.block_semicolon,
|
||||
@@ -3225,10 +3221,6 @@ fn makeScopeInternal(
|
||||
.char_literal,
|
||||
.integer_literal,
|
||||
.float_literal,
|
||||
.false_literal,
|
||||
.true_literal,
|
||||
.null_literal,
|
||||
.undefined_literal,
|
||||
.unreachable_literal,
|
||||
.@"continue",
|
||||
=> {},
|
||||
|
||||
Reference in New Issue
Block a user