mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 19:27:15 +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.