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/makefile.zig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Syntax/makefile.zig') diff --git a/src/Syntax/makefile.zig b/src/Syntax/makefile.zig index caf1317..5c93df4 100644 --- a/src/Syntax/makefile.zig +++ b/src/Syntax/makefile.zig @@ -1,6 +1,8 @@ // zig fmt: off -const Syntax = @import("../Syntax.zig"); +const es = @import("root"); + +const Syntax = es.Syntax; pub const syntax = Syntax{ .name = "Makefile", -- cgit v1.2.3