spacemacs/layers/+lang/raku
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
README.org Replace flycheck-perl6 with flycheck-raku (#14818) 2021-06-10 06:38:51 +00:00
config.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00

README.org

Raku layer

Description

This layer provides an environment for the Raku Programming Language that was previously known as Perl 6.

Features:

  • Jump to definition & Code completion via ctags-universal
  • Syntax checking via flycheck-raku and raku -c
  • Syntax highlighting & Syntax indentation via raku-mode
  • META6.json highlighting via json-mode
  • Provides Evil text objects for:

    • double-angle-brackets
    • corner-brackets
    • single-quotation-marks
    • double-quotation-marks

Install

Layer

To use this configuration layer, add it to your ~/.spacemacs. You will need to add raku to the existing dotspacemacs-configuration-layers list in this file.

Jump to definition

Jump to definition requires ctags-universal to be be installed. Then you can generate the TAGS file for your projects like this:

  ctags -e -Ra lib t/
  ctags -e -Ra --language-force=Perl6 bin/ $YOUR_PERL_PATH/share/perl6/site/sources/

Key bindings

Key binding Description
SPC m g g Jump to definition (requires ctags-universal