branch: elpa/raku-mode
commit 09460a1f180409a646ffdfc67748fe8d40e3c5ab
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>
Include more Perl 6 declarations for magic-mode detections
---
perl6-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/perl6-mode.el b/perl6-mode.el
index 401236584f..6a198c3ecb 100644
--- a/perl6-mode.el
+++ b/perl6-mode.el
@@ -64,7 +64,7 @@
(0+ space)
(or (and "use" (0+ space) "v6")
(and (opt (and (or "my" "our") (0+ space)))
- (or "module" "class" "role" "grammar")))))
+ (or "module" "class" "role" "grammar" "enum" "slang"
"subset")))))
;;;###autoload
(defun perl6-magic-matcher ()