Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
haskell: Properly highlight promoted data constructors (#21)
Unfortunately there is a bit of ambiguity with char literals. For instance, the data constructor `A'` would be `'A'` in promoted form. This will still be highlighted as as char literal but this is the best we can do without more context.
- Loading branch information