Since updating to the newest version, I've got problems with the indentation. For some reason, the set of indentation levels rotated through iteratively is one too short. I.e. the maximum indentation I get with `` is equal to the previous statement, even if that was a field. It starts at the right place after ``, but tab won't get me back there... ``` rule: message: ``` I did upgrade a bunch of things at once, of course, so the cause might be somewhere else. Indentation does work for me in python-mode though. Any suggestions on what might be causing this? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/26