mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
* 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.