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/zig.zig | |
| parent | changes (diff) | |
| download | es-bd3101517b7b2d0d81f2014eb3c2613e82b25def.tar.gz es-bd3101517b7b2d0d81f2014eb3c2613e82b25def.tar.xz es-bd3101517b7b2d0d81f2014eb3c2613e82b25def.zip | |
hierarchy changes
Diffstat (limited to 'src/Syntax/zig.zig')
| -rw-r--r-- | src/Syntax/zig.zig | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 1 | // zig fmt: off | 1 | // zig fmt: off |
| 2 | 2 | ||
| 3 | const es = @import("root"); | ||
| 3 | const std = @import("std"); | 4 | const std = @import("std"); |
| 4 | 5 | ||
| 5 | const Syntax = @import("../Syntax.zig"); | 6 | const Syntax = es.Syntax; |
| 6 | 7 | ||
| 7 | // TODO: Add support for the multiline string \\ | 8 | // TODO: Add support for the multiline string \\ |
| 8 | pub const syntax = Syntax{ | 9 | pub const syntax = Syntax{ |