UltraEdit has yet to release a syntax highlighting wordfile for PowerShell however I ran across the Bill’s Space Blog page that has one that can be used as is or modified to suit your needs.
You can of course use the Vbs syntax highlighting wordfile for your PowerShell scripts by adding the PS1 file extension to the “File Extensions” line as in the example that follows however it will not include the many PowerShell built-in functions and cmdlets.
File Extensions = VBS WSF PS1
Wordfile For PowerShell
http://www.loytty.com/monadwordfile.txt
No Comments