<!-- Thanks for wanting to report an issue you've found in MagicPython. If this is a bug report, then please fill in the template below. Thank you! --> * **Editor name and version**: VS Code 1.71 * **Platform**: Any * **Color scheme**: NA * **MagicPython version**: * **A sreenshot**: I would expect syntax highlighting to be the same irrespective of whether the line is broken before or after the @ operator.  * **5-10 lines of surrounding code**: ```python # Define variables so pylance doesn't complain. long_variable_name = other_long_variable_name = 1 long_variable_name \ @ other_long_variable_name['some_index'] long_variable_name @ \ other_long_variable_name['some_index'] ``` Originally from @tillahoffmann in https://github.com/microsoft/vscode/issues/161435