Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn’t match initial brace in data definitions #355

Open
gregorias opened this issue Aug 3, 2024 · 0 comments
Open

Doesn’t match initial brace in data definitions #355

gregorias opened this issue Aug 3, 2024 · 0 comments
Labels

Comments

@gregorias
Copy link

Explain the issue

Matchup doesn’t match the initial brace in data constructor definitions.

Minimal working example

-- Foo.hs
module Foo (
  CsCsvRecord (..),
) where

data CsCsvRecord = CsCsvRecord
  { csDate :: !Day }
  deriving stock (Eq, Ord, Show)
  1. Open Foo.hs and place the cursor on the first brace, {.
  2. Press %.

What should happen is the cursor should jump to }, but nothing happens.

Minimal vimrc file

I’ll skip this part, because I think this should be reproducible on any setup.

@gregorias gregorias added the bug label Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant