purescript-emacs / purescript-mode

Emacs major mode and related tools for Purescript
20 stars 10 forks source link

Fix indentation of row type #8

Closed kayhide closed 4 years ago

kayhide commented 4 years ago

This fixes "Parse error" of indentation in the following case:

let x = { foo: 3, bar: 4 } :: { | a }
kritzcreek commented 4 years ago

Thanks