summaryrefslogtreecommitdiff
path: root/src/Syntax/makefile.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Syntax/makefile.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Syntax/makefile.zig b/src/Syntax/makefile.zig
index 4f73a2c..3a936e8 100644
--- a/src/Syntax/makefile.zig
+++ b/src/Syntax/makefile.zig
@@ -1,3 +1,5 @@
1// Please don't zig fmt this
2
1const Syntax = @import("../Syntax.zig"); 3const Syntax = @import("../Syntax.zig");
2 4
3pub const syntax = Syntax{ 5pub const syntax = Syntax{