feat: simplify the implementation of switch_case and add a flow mode keybind
This commit is contained in:
parent
9c448b14e5
commit
252ad3c269
4 changed files with 10 additions and 21 deletions
|
@ -210,7 +210,6 @@ pub fn build(b: *std.Build) void {
|
|||
.{ .name = "diff", .module = diff_mod },
|
||||
.{ .name = "help.md", .module = help_mod },
|
||||
.{ .name = "CaseData", .module = zg_dep.module("CaseData") },
|
||||
.{ .name = "code_point", .module = zg_dep.module("code_point") },
|
||||
.{ .name = "fuzzig", .module = fuzzig_dep.module("fuzzig") },
|
||||
.{ .name = "zeit", .module = zeit_mod },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue