Merge pull request #1958 from Garland-g/perl6

Add Perl6 support via 'perl6 -c'
This commit is contained in:
w0rp
2018-10-25 15:38:33 +01:00
committed by GitHub
7 changed files with 506 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ let s:default_ale_linters = {
\ 'hack': ['hack'],
\ 'help': [],
\ 'perl': ['perlcritic'],
\ 'perl6': [],
\ 'python': ['flake8', 'mypy', 'pylint'],
\ 'rust': ['cargo'],
\ 'spec': [],