branch: elpa/raku-mode
commit 4ed7c06294e319e9de653fdd91cc2ca5ee717399
Author: David Warring <[email protected]>
Commit: David Warring <[email protected]>
also detect '.rakutest' extension
---
perl6-detect.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/perl6-detect.el b/perl6-detect.el
index 927aa52f4c..e4c4d684a2 100644
--- a/perl6-detect.el
+++ b/perl6-detect.el
@@ -17,6 +17,7 @@
(add-to-list 'auto-mode-alist '("\\.nqp\\'" . perl6-mode))
(add-to-list 'auto-mode-alist '("\\.raku\\'" . perl6-mode))
(add-to-list 'auto-mode-alist '("\\.rakumod\\'" . perl6-mode))
+(add-to-list 'auto-mode-alist '("\\.rakutest\\'" . perl6-mode))
;;;###autoload
(defconst perl6-magic-pattern