tree-sitter-haskell
tree-sitter-haskell copied to clipboard
Add support for `MultilineStrings`
GHC 9.12.1 introduced the MultilineStrings extension, which is currently not being parsed correctly.
I implemented this upstream. I'll try to work on backporting outstanding changes soon