purescript-contrib / purescript-vim

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

Indentation level after type declaration (#51) #60

Closed redxaxder closed 6 years ago

redxaxder commented 6 years ago

If we're on the line following a type annotation, and our line doesn't start with dots or arrows, and the previous line isn't an instance declaration, then indentation level is 0.

coot commented 6 years ago

Thanks @redxaxder