- Editor name and version: Atom 1.9.3
- MagicPython version: MagicPython 0.5.13
- A sreenshot:

- 5-10 lines of surrounding code:
@util.timer
def get_streaks(s: sqlalchemy.orm.session.Session,
active: Optional[bool]=None,
sort_by_length: Optional[bool] = False,
limit: Optional[int]=None,
) \
-> Sequence[Streak]:
Python runs this code just fine, it seems MagicPython doesn't handle newline continuations in this space properly. Removing the \ has no effect on syntax highlighting.
Python runs this code just fine, it seems MagicPython doesn't handle newline continuations in this space properly. Removing the
\has no effect on syntax highlighting.