branch: elpa/raku-mode
commit 284a341125f9f1f81aa4139d781d4b5ca3c0a87d
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>
Set comment-start-skip
---
perl6-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/perl6-mode.el b/perl6-mode.el
index 5add05750a..f30a446d21 100644
--- a/perl6-mode.el
+++ b/perl6-mode.el
@@ -51,6 +51,7 @@
(setq-local font-lock-defaults '(perl6-font-lock-keywords nil nil))
;; Comments
(setq-local comment-start "#")
+ (setq-local comment-start-skip "#+ *")
(setq-local comment-use-syntax t)
(setq-local comment-end ""))