haskell.tmbundle icon indicating copy to clipboard operation
haskell.tmbundle copied to clipboard

Add some rudimentary indentation-based folding rules

Open ix opened this issue 4 years ago • 0 comments

I've added some basic folding rules derived from the existing indentation patterns. One small issue with this I've noticed is that the "where" in the module declaration is identified for folding when it shouldn't be, but as of yet I can't think of a better way to structure this (regex is not my strongest point).

ix avatar Apr 22 '21 22:04 ix