graphics
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user