You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/raku-mode/files/50raku-mode-gentoo.el

8 lines
378 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'raku-mode "raku-mode"
"Major mode for editing Raku code." t)
(add-to-list 'auto-mode-alist '("\\.nqp\\'" . raku-mode))
(add-to-list 'auto-mode-alist '("\\.p[lm]?6\\'" . raku-mode))
(add-to-list 'auto-mode-alist '("\\.raku\\(?:mod\\|test\\)?\\'" . raku-mode))
(add-to-list 'interpreter-mode-alist '("perl6\\|raku" . raku-mode))