You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHC with TemplateHaskell allows typed quotations and splices, written
[|| x ||]
and
$$(foo bar)
or just
$$x
Looks like the tree-sitter parser currently handles this incorrectly, breaking syntax highlighting in rather substantial ways for files containing these constructs.
I looked briefly whether there's a very quick fix, but unfortunately it looks like this requires adapting the scanner.