Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels