SublimeText / PowerShell

Support for the MS PowerShell programming language.
MIT License
313 stars 78 forks source link

String detection is broken badly, if file extension .ps1 involved #95

Closed vors closed 9 years ago

vors commented 9 years ago
$file = join-path $env:SystemDrive "$([System.io.path]::GetRandomFileName()).ps1"
$ScriptBlock | Out-File $file -Force

image