We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a533c5 + 497811f commit 9780794Copy full SHA for 9780794
haskell-cabal.el
@@ -175,7 +175,7 @@ it from list if one of the following conditions are hold:
175
(add-hook 'change-major-mode-hook 'haskell-cabal-unregister-buffer nil 'local)
176
(add-hook 'kill-buffer-hook 'haskell-cabal-unregister-buffer nil 'local)
177
(setq-local comment-start "-- ")
178
- (setq-local comment-start-skip "\\(^[ \t]*\\)--[ \t]*")
+ (setq-local comment-start-skip "--[ \t]*")
179
(setq-local comment-end "")
180
(setq-local comment-end-skip "[ \t]*\\(\\s>\\|\n\\)")
181
(setq-local indent-line-function 'haskell-cabal-indent-line)
0 commit comments