Bump :lang perl
perl6/perl6-mode@88de065 -> Raku/raku-mode@44529c0 hinrik/flycheck-perl6@b804702 -> widefox/flycheck-raku@046f35a Replaces perl6 plugins with raku variants. Includes temporary fix for Raku/raku-mode#33
This commit is contained in:
parent
106f3324e8
commit
d4acd9721e
2 changed files with 14 additions and 5 deletions
|
@ -2,9 +2,16 @@
|
|||
|
||||
;; There's also `perl-mode' for perl < 6, which is already set up.
|
||||
|
||||
(use-package! perl6-detect)
|
||||
;; REVIEW Until Raku/raku-mode#33 is merged.
|
||||
(use-package! raku-mode
|
||||
:interpreter "raku"
|
||||
:mode "\\.nqp\\'"
|
||||
:mode "\\.raku\\(mod\\|test\\)?"
|
||||
:init (defalias 'perl6-mode #'raku-mode)
|
||||
:config
|
||||
(set-repl-handler! 'raku-mode #'run-raku))
|
||||
|
||||
|
||||
(use-package! flycheck-perl6
|
||||
(use-package! flycheck-raku
|
||||
:when (featurep! :checkers syntax)
|
||||
:after perl6-mode)
|
||||
:after raku-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue