Bump :lang perl
Raku/raku-mode@44529c0 -> Raku/raku-mode@d474216 Raku/raku-mode#33 was merged.
This commit is contained in:
parent
4b28e9ce86
commit
62b626f7b7
2 changed files with 5 additions and 6 deletions
|
@ -2,12 +2,11 @@
|
||||||
|
|
||||||
;; There's also `perl-mode' for perl < 6, which is already set up.
|
;; There's also `perl-mode' for perl < 6, which is already set up.
|
||||||
|
|
||||||
;; REVIEW Until Raku/raku-mode#33 is merged.
|
|
||||||
(use-package! raku-mode
|
(use-package! raku-mode
|
||||||
:interpreter "raku"
|
:defer t
|
||||||
:mode "\\.nqp\\'"
|
:init
|
||||||
:mode "\\.raku\\(mod\\|test\\)?"
|
(defalias 'perl6-mode #'raku-mode)
|
||||||
:init (defalias 'perl6-mode #'raku-mode)
|
|
||||||
:config
|
:config
|
||||||
(set-repl-handler! 'raku-mode #'run-raku))
|
(set-repl-handler! 'raku-mode #'run-raku))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/perl/packages.el
|
;;; lang/perl/packages.el
|
||||||
|
|
||||||
(package! raku-mode :pin "44529c097f98723067f852c6496d91257978c1e2")
|
(package! raku-mode :pin "d474216840251dc0efe4f4aa4f5c5f66ac26fa74")
|
||||||
|
|
||||||
(when (featurep! :checkers syntax)
|
(when (featurep! :checkers syntax)
|
||||||
(package! flycheck-raku
|
(package! flycheck-raku
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue