File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ autofill-mode."
529
529
(" rec" . (lambda () (purescript-indentation-with-starter
530
530
#'purescript-indentation-expression-layout nil )))
531
531
(" case" . (lambda () (purescript-indentation-phrase
532
- '( purescript-indentation-expression
532
+ `(,( lambda () ( purescript-indentation-separated # 'purescript-indentation- expression " , " nil ))
533
533
" of" purescript-indentation-case-layout))))
534
534
(" \\ " . (lambda () (purescript-indentation-with-starter
535
535
#'purescript-indentation-lambda-maybe-lambdacase nil )))
@@ -713,7 +713,7 @@ autofill-mode."
713
713
(end (parse-error " Illegal token: %s" current-token))))))
714
714
715
715
(defun purescript-indentation-case ()
716
- (purescript-indentation-expression)
716
+ (purescript-indentation-separated # 'purescript-indentation- expression " , " nil )
717
717
(cond ((eq current-token 'end-tokens )
718
718
(purescript-indentation-add-indentation current-indent))
719
719
((string= current-token " |" )
You can’t perform that action at this time.
0 commit comments