pub fn parse_line_block(
lines: &[&str],
start_pos: usize,
builder: &mut GreenNodeBuilder<'static>,
config: &ParserOptions,
) -> usizeExpand description
Parse a complete line block starting at current position. Returns the new position after the line block.