haskell.tmbundle
haskell.tmbundle copied to clipboard
Add some rudimentary indentation-based folding rules
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).