purescript-contrib / purescript-vim

Syntax highlighting and indentation for PureScript
BSD 2-Clause "Simplified" License
154 stars 35 forks source link

Indent `->` #34

Closed coot closed 7 years ago

coot commented 7 years ago

It's indenting too often.

gabrielperales commented 7 years ago

I'm having this issue and it is very annoying! Why is it indenting? Every time I try to write a function signature and it indents the whole line...

coot commented 7 years ago

Indeed, I have a fix but I haven't yet pushed it.

coot commented 7 years ago

Still inenting too often, e.g.:

case (Left 1) of
   Left a -> a -- indents this line
   Right a -> a -- and this as well