diff options
| author | 2022-01-02 00:17:47 +0200 | |
|---|---|---|
| committer | 2022-01-02 00:17:47 +0200 | |
| commit | bd3101517b7b2d0d81f2014eb3c2613e82b25def (patch) | |
| tree | 72cffbbcdc2be0f22987e1a4cb20892fbc3db052 /src/Syntax/makefile.zig | |
| parent | changes (diff) | |
| download | es-bd3101517b7b2d0d81f2014eb3c2613e82b25def.tar.gz es-bd3101517b7b2d0d81f2014eb3c2613e82b25def.tar.xz es-bd3101517b7b2d0d81f2014eb3c2613e82b25def.zip | |
hierarchy changes
Diffstat (limited to '')
| -rw-r--r-- | src/Syntax/makefile.zig | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
| 1 | // zig fmt: off | 1 | // zig fmt: off |
| 2 | 2 | ||
| 3 | const Syntax = @import("../Syntax.zig"); | 3 | const es = @import("root"); |
| 4 | |||
| 5 | const Syntax = es.Syntax; | ||
| 4 | 6 | ||
| 5 | pub const syntax = Syntax{ | 7 | pub const syntax = Syntax{ |
| 6 | .name = "Makefile", | 8 | .name = "Makefile", |