branch: elpa/haskell-ts-mode
commit dd16b23b60e0cad6c49adbbaa0ccc8432da78767
Author: pranshu <pranshusharma...@gmail.com>
Commit: pranshu <pranshusharma...@gmail.com>

    Fixed comment problems
---
 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 229a1f8935..c9ebce9a21 100644
--- a/haskell-ts-mode.el
+++ b/haskell-ts-mode.el
@@ -314,7 +314,7 @@
     (setq-local indent-tabs-mode nil))
   ;; Comment
   (setq-local comment-start "-- ")
-  (setq-local comment-use-syntax nil)
+  (setq-local comment-use-syntax t)
   (setq-local comment-start-skip "\\(?: \\|^\\)-+")
   ;; Elecric
   (setq-local electric-pair-pairs

Reply via email to