vim2hs
vim2hs copied to clipboard
Apostrophe isn't recognized as a function character
If I write f :: Int -> Int, it works great. However, if I write f' :: Int -> Int, that line isn't highlighted at all. Likewise, foobar = 0 is highlighted as it should, but in foo'bar = 0, the 'bar part isn't highlighted.