diff options
author | Jesse Harris <zigford@gmail.com> | 2019-04-13 21:24:56 +1000 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-04-13 12:24:56 +0100 |
commit | 2ed53108c4f000e0a36a79c4317dad4fdfb545fe (patch) | |
tree | 85c7e046cab44b4e4a776b215c1378aaeec528a0 /doc | |
parent | d7395906ba0f9aca2fb1a6c32df236bfd4ab32f6 (diff) | |
download | ale-2ed53108c4f000e0a36a79c4317dad4fdfb545fe.zip |
Linter for powershell syntax errors (#2413)
* Linter for powershell syntax errors
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-powershell.txt | 15 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 17 insertions, 0 deletions
diff --git a/doc/ale-powershell.txt b/doc/ale-powershell.txt index 743b5ae3..c28ef9ea 100644 --- a/doc/ale-powershell.txt +++ b/doc/ale-powershell.txt @@ -3,6 +3,21 @@ ALE PowerShell Integration *ale-powershell-options* =============================================================================== +powershell *ale-powershell-powershell* + +g:ale_powershell_powershell_executable *g:ale_powershell_powershell_executable* + *b:ale_powershell_powershell_executable* + Type: String + Default: `'pwsh'` + + This variable can be changed to use a different executable for powershell. + +> + " Use powershell.exe rather than the default pwsh + let g:ale_powershell_powershell_executable = 'powershell.exe' +> + +=============================================================================== psscriptanalyzer *ale-powershell-psscriptanalyzer* Installation diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index eff2e607..70b86a03 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -319,6 +319,7 @@ Notes: * Pony * `ponyc` * PowerShell + * `powershell` * `psscriptanalyzer` * Prolog * `swipl` diff --git a/doc/ale.txt b/doc/ale.txt index 6d78fd89..54e3c455 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2070,6 +2070,7 @@ documented in additional help files. pony....................................|ale-pony-options| ponyc.................................|ale-pony-ponyc| powershell............................|ale-powershell-options| + powershell..........................|ale-powershell-powershell| psscriptanalyzer....................|ale-powershell-psscriptanalyzer| prolog..................................|ale-prolog-options| swipl.................................|ale-prolog-swipl| |