stylish-haskell icon indicating copy to clipboard operation
stylish-haskell copied to clipboard

support hsc2hs syntax

Open osa1 opened this issue 10 years ago • 0 comments

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.

osa1 avatar Mar 19 '15 15:03 osa1