Commit Graph

3 Commits

Author SHA1 Message Date
Daniel Borchmann 31cc2e9a7a
Fix regular expression for end of switch statement
The original regular expression tried to look for a matching closing
parenthesis, which failed in case of nested parentheses inside the case
statement.  This is fixed now, we do not care anymore about whether parentheses
match or not.
2021-08-03 17:19:32 +02:00
Daniel Borchmann 471505e5d8
Support indentation for switch statement 2021-07-10 16:24:44 +02:00
Joost Diepenmaat ea45a13707 Indentation improvements (#117)
* Allow easier customization of indentation level

* correctly indent repeat construct

* Indent forks and loops for activity syntax. Test notes
2019-11-02 21:56:47 +01:00