We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db1d02 commit 56ef16fCopy full SHA for 56ef16f
purescript-indentation.el
@@ -760,7 +760,7 @@ autofill-mode."
760
(purescript-indentation-implicit-layout-list parser)))
761
762
(defun purescript-indentation-expression-token (token)
763
- (member token '("if" "let" "do" "case" "\\" "(" "[" "::"
+ (member token '("if" "let" "do" "case" "\\" "(" "[" "{" "::"
764
value operator no-following-token)))
765
766
(defun purescript-indentation-expression ()
0 commit comments