stylish-haskell
stylish-haskell copied to clipboard
support hsc2hs syntax
hsc2hs uses syntax like this: #{const ...} and currently stylish-haskell is failing to parse those, giving an error message like: ParseFailed (SrcLoc "<unknown>.hs" 37 31) "Parse error: #".
Adding support for this would be really awesome.