Skip to content

Commit

Permalink
Update build.zig for breaking change in latest zig master
Browse files Browse the repository at this point in the history
  • Loading branch information
MFAshby authored and neurocyte committed May 24, 2024
1 parent 9ed3772 commit a456f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub fn build(b: *std.Build) void {
});

_ = b.addModule("syntax", .{
.root_source_file = .{ .path = "src/syntax.zig" },
.root_source_file = b.path("src/syntax.zig"),
.imports = &.{
.{ .name = "treez", .module = tree_sitter_dep.module("treez") },
ts_queryfile(b, tree_sitter_dep, "tree-sitter-agda/queries/highlights.scm"),
Expand Down

0 comments on commit a456f13

Please sign in to comment.