Skip to content

Commit 81313f1

Browse files
authored
fix(haskell): use the correct captures for lambda case (#397)
1 parent ea01ae7 commit 81313f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

after/queries/haskell/matchup.scm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
; --------------- lambda case ----------------
1616
(expression/lambda_case
17-
"\\case" @open.case
17+
"\\"
18+
"case" @open.case
1819
(alternatives
1920
(alternative) @mid.case.1)) @scope.case
2021

0 commit comments

Comments
 (0)