If I have a function definition which spans multiple lines to keep in with PEP8 such as this:
def compile_time_table(daily_id=999, weekly_id=999, yearly_id=999, user=None,
zone_id=None, zone_name=None):
Sublime Text looses its ability to fold the definition:
Is there some way to fix this?