branch: elpa/powershell
commit f7f085f2119b833235a2b00142a3ef2994bbbd9b
Author: NeoISE <[email protected]>
Commit: NeoISE <[email protected]>
added new config variables from about_Preference_Variables from PowerShell
v6
---
powershell.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/powershell.el b/powershell.el
index f29515963a4..04c773c1bf3 100644
--- a/powershell.el
+++ b/powershell.el
@@ -429,7 +429,8 @@ They are highlighted differently from the other variables.")
(regexp-opt
'("ConfirmPreference" "DebugPreference"
"ErrorActionPreference" "ErrorView"
- "FormatEnumerationLimit" "LogCommandHealthEvent"
+ "FormatEnumerationLimit" "InformationPreference"
+ "LogCommandHealthEvent"
"LogCommandLifecycleEvent" "LogEngineHealthEvent"
"LogEngineLifecycleEvent" "LogProviderHealthEvent"
"LogProviderLifecycleEvent" "MaximumAliasCount"
@@ -437,7 +438,8 @@ They are highlighted differently from the other variables.")
"MaximumFunctionCount" "MaximumHistoryCount"
"MaximumVariableCount" "OFS"
"OutputEncoding" "ProgressPreference"
- "PSEmailServer" "PSSessionApplicationName"
+ "PSDefaultParameterValues" "PSEmailServer"
+ "PSModuleAutoLoadingPreference" "PSSessionApplicationName"
"PSSessionConfigurationName" "PSSessionOption"
"VerbosePreference" "WarningPreference"
"WhatIfPreference" ) t)