After a `try` or similar, VSCode will automatically indent the next line, which is generally desired. But it does the same after an `end try`, which is bad. Same for `if`, `while`, `for`, `match`. We should detect that the `try` is preceded by `end` and not indent then.