We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1fa59 commit b76c7f3Copy full SHA for b76c7f3
purescript-mode.el
@@ -318,7 +318,7 @@ see documentation for that variable for more details."
318
(set (make-local-variable 'adaptive-fill-mode) nil)
319
(set (make-local-variable 'comment-start) "-- ")
320
(set (make-local-variable 'comment-padding) 0)
321
- (set (make-local-variable 'comment-start-skip) "[-{]-[ \t]*")
+ (set (make-local-variable 'comment-start-skip) "--\s*|?\s*")
322
(set (make-local-variable 'comment-end) "")
323
(set (make-local-variable 'comment-end-skip) "[ \t]*\\(-}\\|\\s>\\)")
324
(set (make-local-variable 'parse-sexp-ignore-comments) nil)
0 commit comments