emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/raku-mode 282dd2c9e1 199/253: detect '.raku' and '.rakumod


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 282dd2c9e1 199/253: detect '.raku' and '.rakumod' extensions
Date: Sat, 29 Jan 2022 08:28:57 -0500 (EST)

branch: elpa/raku-mode
commit 282dd2c9e13200b0f4c2d50c0bd120831afe37ee
Author: David Warring <david.warring@gmail.com>
Commit: David Warring <david.warring@gmail.com>

    detect '.raku' and '.rakumod' extensions
---
 perl6-detect.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/perl6-detect.el b/perl6-detect.el
index 5753144b0a..927aa52f4c 100644
--- a/perl6-detect.el
+++ b/perl6-detect.el
@@ -15,6 +15,8 @@
 ;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.p[lm]?6\\'" . perl6-mode))
 (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))
 
 ;;;###autoload
 (defconst perl6-magic-pattern



reply via email to

[Prev in Thread] Current Thread [Next in Thread]