[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/haskell-ts-mode eea9607a42 7/8: Forgot defvar + indent of
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/haskell-ts-mode eea9607a42 7/8: Forgot defvar + indent of case fixed |
Date: |
Mon, 16 Sep 2024 10:00:13 -0400 (EDT) |
branch: elpa/haskell-ts-mode
commit eea9607a4236e7b402f033912410659aaff1b5c1
Author: pranshu sharma <pranshu@pebl>
Commit: pranshu sharma <pranshu@pebl>
Forgot defvar + indent of case fixed
---
haskell-ts-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el
index 71e46e3dad..ad75125643 100644
--- a/haskell-ts-mode.el
+++ b/haskell-ts-mode.el
@@ -169,7 +169,7 @@
'("comment" "cpp" "haddock")
"Node types that will be ignored by indentation.")
-(setq haskell-ts-indent-rules
+(defvar haskell-ts-indent-rules
(let* ((p-sib
(lambda (node arg)
(let* ((func (if arg
@@ -281,7 +281,7 @@
0)
((n-p-gp nil "signature" "foreign_import") grand-parent 3)
- ((parent-is "case") parent 4)
+ ((parent-is "case") haskell-ts--stand-alone-parent 4)
;; Backup
(catch-all parent 2)))))
- [nongnu] elpa/haskell-ts-mode updated (bf632cba27 -> 575748b9a5), ELPA Syncer, 2024/09/16
- [nongnu] elpa/haskell-ts-mode ef35522e99 5/8: Fixed indent for (parent-is "match") scinario, ELPA Syncer, 2024/09/16
- [nongnu] elpa/haskell-ts-mode 739415d37d 1/8: Indent fixes(just for consistancy), ELPA Syncer, 2024/09/16
- [nongnu] elpa/haskell-ts-mode 59b146204b 6/8: Fixed indent of ']', ELPA Syncer, 2024/09/16
- [nongnu] elpa/haskell-ts-mode 2280feefe6 3/8: Comment fixed, ELPA Syncer, 2024/09/16
- [nongnu] elpa/haskell-ts-mode 575748b9a5 8/8: Indent changes to comment, case, infix, ELPA Syncer, 2024/09/16
- [nongnu] elpa/haskell-ts-mode a2b07815bc 2/8: shortening statmenet, ELPA Syncer, 2024/09/16
- [nongnu] elpa/haskell-ts-mode cf0c9c308c 4/8: Changed indentation of infix, ELPA Syncer, 2024/09/16
- [nongnu] elpa/haskell-ts-mode eea9607a42 7/8: Forgot defvar + indent of case fixed,
ELPA Syncer <=