TUI editor and editor backend written in Zig
at main 7 lines 123 B view raw
1const std = @import("std"); 2 3const Formatter = @import("Formatter.zig"); 4 5const Language = @This(); 6 7formatter: Formatter,