You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't mark lines that both end and start a block as completing a fold, example:
```perl
if ($foo eq 'bar') {
} elsif ($baz > 8) {
} else {
}
```
Also now allow comments to follow the opening of a `{}` group.
0 commit comments