branch: elpa/haskell-ts-mode commit f8dcb3c81c4dd5bf04844336076a9576f893dea4 Author: Pranshu Sharma <pran...@bauherren.ovh> Commit: Pranshu Sharma <pran...@bauherren.ovh>
adjust indentation with 'case' --- haskell-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el index c5117cfd72..e72bb75405 100644 --- a/haskell-ts-mode.el +++ b/haskell-ts-mode.el @@ -345,7 +345,7 @@ when `haskell-ts-prettify-words' is non-nil.") (lambda (_ b _) (treesit-node-start (treesit-node-prev-sibling b))) 0) ((n-p-gp nil "signature" "foreign_import") grand-parent 3) - ((parent-is "^case$") standalone-parent 4) + ((parent-is "^case$") parent 2) ((node-is "^alternatives$") (lambda (_ b _) (treesit-node-start (treesit-node-child b 0)))