This commit is contained in:
agra
2026-02-11 20:41:43 +02:00
parent 94b0296fd5
commit 9d96f05d3b
13 changed files with 460 additions and 70 deletions

View File

@@ -671,6 +671,8 @@ pub const Analyzer = struct {
.match_arm,
.undef_literal,
.builtin_expr,
.foreign_expr,
.library_decl,
.import_decl,
.array_type_expr,
.slice_type_expr,
@@ -925,6 +927,8 @@ pub fn findNodeAtOffset(node: *Node, offset: u32) ?*Node {
.match_arm,
.undef_literal,
.builtin_expr,
.foreign_expr,
.library_decl,
.enum_decl,
.struct_decl,
.union_decl,