* Fix#24971. Change regular expression in PowerShell extension syntax highlighting to properly highlight .bat and .exe files
* Fixed error that would include whitespace or other chars
Changed regex to correctly identify a . instead of any character.
This change rolls back the PowerShell syntax definition file to a previous state before a major refactoring which introduced a lot of new issues. Once these issues are fixed we will move back to the new definition.