Been having issues regarding the syntax parsing since the last update: some expressions seem to break the syntax highlighting, like raising an exception raise Exception(some_message) or a tuple of exceptions in an except except (FirstException, SecondException):.
Example of what it looks like after those lines:
