PowerShell Links Roundup
Link #1
Scott Hanselman writes about a Reflector add-in that outputs PowerShell Code
The one I've been messing with for the last few weeks is the PowerShell Language Add-in. Reflector can "decompile" (not the correct word) the IL within an assembly and show you the "intent" of that IL in any number of languages like C#, VB, Delphi, etc. Daniel "kzu" Cazzulino has created a PowerShell Language Add-in that, for the most part, shows you what the code would look like in PowerShell.
Reflector Addins and PowerShell Language Support for Reflector
Link #2
Editing PowerShell scripts - Syntax files for PowerShell
Jon Galloway has PowerShell Language Definitions for Notepad++
Peter Provost gives us Windows PowerShell Syntax File for vim