mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-09 01:28:50 +01:00
da6cbf05e7
* 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.