new space parser

This commit is contained in:
Folkert 2021-03-12 00:33:08 +01:00
parent 3e554cb21f
commit f5284d1db7
4 changed files with 266 additions and 121 deletions

View file

@ -1713,6 +1713,7 @@ fn to_type_report<'a>(
}
Type::TAsIndentStart(row, col) => {
dbg!(row, col);
let surroundings = Region::from_rows_cols(start_row, start_col, *row, *col);
let region = Region::from_row_col(*row, *col);