diff options
Diffstat (limited to 'src/parser.zig')
| -rw-r--r-- | src/parser.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.zig b/src/parser.zig index 752267e..8c170e7 100644 --- a/src/parser.zig +++ b/src/parser.zig @@ -56,6 +56,7 @@ fn gen(parent: Allocator, l: *Lexer) Error!Document { // other blocks .title => try title.parse(alloc, l), .list_ordored => try list.parseOrdored(alloc, l), + .list_unordored => try list.parseUnordored(alloc, l), .weak_delimiter, .strong_delimiter => { l.consume(); continue :base; |
