tree-sitter-haskell
tree-sitter-haskell copied to clipboard
"finally" is highlighted like a language keyword
The finally function is highlighted like a language keyword.
I would expect "finally" to have the same highlighting as any other function
module Test where
import Control.Exception (finally)
something :: IO ()
something = finally (putStrLn "1") (putStrLn "2")
Example picture of highlighting in neovim: