Syntax and clip files for Windows PowerShell 1.0 are available. Syntax file should include all default cmdlets, aliases, operators and flow control statements.
Clip file has all cmdlets and aliases too and almost all operators. Aliases are expanded as is recommended for scripts. For example write _ri_, press ctrl+space and ri is expanded to _Remove-Item_. One small problem remains: foreach can be alias for foreach-command and it can also be a keyword. I selected to show it as a keyword (shows different color than aliases), because as an alias it should be expanded to foreach-command anyway. -- <http://forum.pspad.com/read.php?2,35782,38598> PSPad freeware editor http://www.pspad.com
