diff options
author | Travis Gibson <TGib.Travis@protonmail.com> | 2018-09-28 16:18:40 -0700 |
---|---|---|
committer | Travis Gibson <TGib.Travis@protonmail.com> | 2018-09-28 16:18:40 -0700 |
commit | 2b2e766dc6df4d05e58c106f51b5444be4efbcea (patch) | |
tree | 516ff2921e8d6e96c00a93880caa068df07a3f24 /doc/ale.txt | |
parent | a8915d885b79ba8e243c228c9f38dddbcb1c479a (diff) | |
download | ale-2b2e766dc6df4d05e58c106f51b5444be4efbcea.zip |
Add Perl6 support via 'perl6 -c'
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 3c561e2f..24d69fb2 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -203,6 +203,8 @@ CONTENTS *ale-contents* perl................................|ale-perl-perl| perlcritic..........................|ale-perl-perlcritic| perltidy............................|ale-perl-perltidy| + perl6.................................|ale-perl6-options| + perl6...............................|ale-perl6-perl6| php...................................|ale-php-options| langserver..........................|ale-php-langserver| phan................................|ale-php-phan| @@ -438,6 +440,7 @@ Notes: * OCaml: `merlin` (see |ale-ocaml-merlin|), `ols`, `ocamlformat` * Pawn: `uncrustify` * Perl: `perl -c`, `perl-critic`, `perltidy` +* Perl6: `perl6 -c` * PHP: `langserver`, `phan`, `php -l`, `phpcs`, `phpmd`, `phpstan`, `phpcbf`, `php-cs-fixer`, `psalm`!! * PO: `alex`!!, `msgfmt`, `proselint`, `write-good` * Pod: `alex`!!, `proselint`, `write-good` @@ -1306,6 +1309,7 @@ g:ale_linters *g:ale_linters* \ 'hack': ['hack'], \ 'help': [], \ 'perl': ['perlcritic'], + \ 'perl6': [], \ 'python': ['flake8', 'mypy', 'pylint'], \ 'rust': ['cargo'], \ 'spec': [], |