This commit is contained in:
agra
2026-02-22 17:24:04 +02:00
parent 775dcb44cc
commit d3e574eae5
38 changed files with 16135 additions and 33 deletions

View File

@@ -807,6 +807,7 @@ pub const Analyzer = struct {
.library_decl,
.function_type_expr,
.import_decl,
.c_import_decl,
.array_type_expr,
.slice_type_expr,
.pointer_type_expr,
@@ -1146,6 +1147,7 @@ pub fn findNodeAtOffset(node: *Node, offset: u32) ?*Node {
.struct_decl,
.union_decl,
.import_decl,
.c_import_decl,
.array_type_expr,
.slice_type_expr,
.pointer_type_expr,