summaryrefslogtreecommitdiff
path: root/doc/ale-powershell.txt
diff options
context:
space:
mode:
authorJesse Harris <zigford@gmail.com>2019-04-13 21:24:56 +1000
committerw0rp <w0rp@users.noreply.github.com>2019-04-13 12:24:56 +0100
commit2ed53108c4f000e0a36a79c4317dad4fdfb545fe (patch)
tree85c7e046cab44b4e4a776b215c1378aaeec528a0 /doc/ale-powershell.txt
parentd7395906ba0f9aca2fb1a6c32df236bfd4ab32f6 (diff)
downloadale-2ed53108c4f000e0a36a79c4317dad4fdfb545fe.zip
Linter for powershell syntax errors (#2413)
* Linter for powershell syntax errors
Diffstat (limited to 'doc/ale-powershell.txt')
-rw-r--r--doc/ale-powershell.txt15
1 files changed, 15 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