From 8c0b0f085f21d96216a337aa4fae027a3e391c99 Mon Sep 17 00:00:00 2001 From: Kevin Locke Date: Sun, 16 Feb 2020 14:03:41 -0700 Subject: Alias ps1 filetype to powershell Rather than requiring users to alias ps1 to powershell themselves, include it in s:default_ale_linter_aliases. Since [vim-ps1] is a popular (the only?) PowerShell ftplugin and there do not appear to be any other uses of ft=ps1 on vim.org, this seems like a safe and reasonable default. [vim-ps1]: http://www.vim.org/scripts/script.php?script_id=1327 Signed-off-by: Kevin Locke --- doc/ale.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/ale.txt') diff --git a/doc/ale.txt b/doc/ale.txt index eafbc119..6fad01aa 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1188,6 +1188,7 @@ g:ale_linter_aliases *g:ale_linter_aliases* \ 'csh': 'sh', \ 'javascriptreact': ['javascript', 'jsx'], \ 'plaintex': 'tex', + \ 'ps1': 'powershell', \ 'rmarkdown': 'r', \ 'rmd': 'r', \ 'systemverilog': 'verilog', -- cgit v1.2.3