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 77c4e2f commit 4b2751cCopy full SHA for 4b2751c
eask-mode.el
@@ -66,9 +66,9 @@
66
(font-lock-add-keywords 'eask-mode eask-mode-font-lock-keywords)
67
;; FIXME: toggling comments only applies to the current line,
68
;; breaking multiline sexps.
69
- (setq-local comment-start ";; "
70
- comment-end ""
71
- indent-line-function #'lisp-indent-line))
+ (setq-local comment-start ";; ")
+ (setq-local comment-end "")
+ (setq-local indent-line-function #'lisp-indent-line))
72
73
;;;###autoload
74
(add-to-list 'auto-mode-alist '("/Eask\\'" . eask-mode))
0 commit comments