atom-haskell / ide-haskell

Haskell IDE plugin for Atom editor
https://atom.io/packages/ide-haskell
Other
232 stars 30 forks source link

Prettify doesn't work for .hsc files #181

Closed SX91 closed 3 years ago

lierdakil commented 7 years ago

Sorry about the late reply, I missed the notification.

Prettify is not designed to work on anything but plain old Haskell, and I sincerely doubt stylish-haskell or hidnent will parse hsc2hs files correctly, f.ex. https://github.com/jaspervdj/stylish-haskell/issues/79

cblp commented 7 years ago

See also #216