spacemacs/layers/+lang/perl6
2018-01-04 02:00:25 -05:00
..
img Add layer for the Perl 6 Programming Language 2017-04-09 15:18:04 -04:00
config.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
packages.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
README.org Fix features format in misc README.org's 2017-08-22 21:27:13 +03:00

perl6 layer

/TakeV/spacemacs/media/commit/eee2b4b89c2095b315f8c0d0bef102faab23cc56/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