Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information