From bd3101517b7b2d0d81f2014eb3c2613e82b25def Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 2 Jan 2022 00:17:47 +0200 Subject: hierarchy changes --- src/Syntax/zig.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Syntax/zig.zig') diff --git a/src/Syntax/zig.zig b/src/Syntax/zig.zig index 9519c74..4826bfb 100644 --- a/src/Syntax/zig.zig +++ b/src/Syntax/zig.zig @@ -1,8 +1,9 @@ // zig fmt: off +const es = @import("root"); const std = @import("std"); -const Syntax = @import("../Syntax.zig"); +const Syntax = es.Syntax; // TODO: Add support for the multiline string \\ pub const syntax = Syntax{ -- cgit v1.2.3