Full parser multiline support 🎉
This commit is contained in:
parent
9dcb59d8d4
commit
4d0f9802fc
@ -74,7 +74,7 @@ module Skeksis
|
||||
type = get_type(line)
|
||||
|
||||
case type
|
||||
when :list
|
||||
when :list, :quote
|
||||
if not in_verbatim_block
|
||||
in_multiline_block = true
|
||||
in_block = type
|
||||
|
Loading…
Reference in New Issue
Block a user