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