branch: elpa/haskell-tng-mode commit ca00f1f2b8d78a55c4c0600cbae5abfa5a8264f2 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
thot --- haskell-tng-smie.el | 1 + 1 file changed, 1 insertion(+) diff --git a/haskell-tng-smie.el b/haskell-tng-smie.el index 3bbdec4..595095b 100644 --- a/haskell-tng-smie.el +++ b/haskell-tng-smie.el @@ -305,6 +305,7 @@ information, to aid in the creation of new rules." (smie-rule-parent)) ((and "=>" (guard (not (smie-rule-sibling-p)))) 2) ("," (smie-rule-separator method)) + ;; TODO ; as a separator, might remove ad-hoc WLDO rules ((guard (smie-rule-parent-p "SYMID" "CONSYM" "KINDSYM")) (smie-rule-parent)) ))