rename col -> column

This commit is contained in:
Joshua Warner 2021-12-22 20:37:40 -08:00
parent 4d7070ce3b
commit f170509bf1
6 changed files with 21 additions and 21 deletions

View file

@ -222,7 +222,7 @@ where
} else if state.pos.line != pos.line {
// we parsed at least one newline
state.indent_col = pos.column;
state.indent_column = pos.column;
if pos.column >= min_indent {
state.pos = pos;