Remix.run Logo
lelanthran 15 hours ago

What language is this? In C I get the correct position of the error because GCC also monitors the indentation as it parses.

A linter can point out errors based on indentation, and they frequently do. There's no need for the language to do it and then band-aid additional fixes for problems caused by significant white space.