diff --git a/snippets/PowerShell.json b/snippets/PowerShell.json index 90cf364a9d..122d73b108 100644 --- a/snippets/PowerShell.json +++ b/snippets/PowerShell.json @@ -94,7 +94,7 @@ "do {", "\t${0:$TM_SELECTED_TEXT}", "} while (", - "\t${1:<# Condition that stops the loop if it returns false #>})", + "\t${1:<# Condition that stops the loop if it returns false #>}", ")" ] },