Hello, It seems that there is an issue regarding the indentation. Consider the following snippet, the cursor is represented by '^': ``` foo = bar ^ ``` Then if I press backspace, I get the following: ``` foo = bar ^ ``` The position of the cursor seems to be wrong.