Skip to content

"finally" is highlighted like a language keyword #118

Open
@MaxiLambda

Description

@MaxiLambda

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:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions