spacemacs/layers/+lang/perl6
duianto 0a06c7ca6b Fix filenames in layer file headers
Also fixed the groovy/funcs.el header which said: Java
2020-02-20 00:07:30 +01:00
..
img Add layer for the Perl 6 Programming Language 2017-04-09 15:18:04 -04:00
config.el Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
packages.el Use MELPA for perl6-mode package 2019-01-20 21:53:14 +02:00
README.org Switch to the new layers generator 2019-05-15 21:08:21 +03:00

perl6 layer

/TakeV/spacemacs/media/commit/15d93914f5caf6a3a15c573da60576313b0eee04/layers/+lang/perl6/img/camelia-logo.png

Description

This layer provides an environment for the Perl 6 Programming Language.

Features:

  • Jump to definition & Code completion via ctags-universal
  • Syntax checking via flycheck-perl6 and perl6 -c
  • Syntax highlighting & Syntax indentation via perl6-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 perl6 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