Skip to content

Commit ef7e2f8

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding ?<PowerShell_Hashtable> ( Fixes #194 )
1 parent c8e7bf2 commit ef7e2f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/SavedPatterns.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Irregular Patterns
2-
Irregular includes 141 regular expressions
2+
Irregular includes 142 regular expressions
33
|Name|Description|IsGenerator|
44
|:---|:----------|:----------|
55
|[ArithmeticOperator](/RegEx/ArithmeticOperator.regex.txt)|Simple Arithmetic Operators|False|
@@ -114,6 +114,7 @@ Irregular includes 141 regular expressions
114114
|[PowerShell_Attribute](/RegEx/PowerShell/Attribute.regex.txt)|Matches a PowerShell attribute declaration|False|
115115
|[PowerShell_AttributeValue](/RegEx/PowerShell/AttributeValue.regex.txt)|This expression extracts the key/value pairs from a PowerShell attribute body (the content within parenthesis)|False|
116116
|[PowerShell_Function](/RegEx/PowerShell/Function.regex.txt)|Matches PowerShell functions|False|
117+
|[PowerShell_Hashtable](/RegEx/PowerShell/Hashtable.regex.txt)|Matches a PowerShell Hashtable|False|
117118
|[PowerShell_HelpField](/RegEx/PowerShell/HelpField.regex.ps1)|Matches specific fields from inline help|True|
118119
|[PowerShell_Invoke_Variable](/RegEx/PowerShell/Invoke_Variable.regex.txt)|Matches any time a variable is invoked (with the . or & operator)|False|
119120
|[PowerShell_ParameterSet](/RegEx/PowerShell/ParameterSet.regex.txt)|Matches PowerShell ParameterSets (in [Parameter] and [CmdletBinding] attributes)|False|

0 commit comments

Comments
 (0)