Skip to content
Snippets Groups Projects
Commit 611ae8f5 authored by Aaron's avatar Aaron
Browse files

Update powershell.rb

spacing issues
parent c8bf4a85
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -12,9 +12,9 @@ module Rouge
filenames '*.ps1', '*.psm1', '*.psd1'
mimetypes 'text/plain'
 
ATTRIBUTES = %w(
CmdletBinding ConfirmImpact DefaultParameterSetName HelpURI SupportsPaging SupportsShouldProcess PositionalBinding
)
ATTRIBUTES = %w(
CmdletBinding ConfirmImpact DefaultParameterSetName HelpURI SupportsPaging SupportsShouldProcess PositionalBinding
)
KEYWORDS = %w(
Begin Exit Process Break Filter Return Catch Finally Sequence Class For Switch Continue ForEach Throw Data From Trap Define Function Try Do If Until DynamicParam In Using Else InlineScript Var ElseIf Parallel While End Param Workflow
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment