Closed thomasrayner closed 6 years ago
this can be reproduced on GitHub too:
ipconfig.exe
Import-Module AzureRM.Backup
Import-Module AzureRm.Batch
Import-Module AzureRm.Exefake
Import-Module AzureRM.Cdn
Seems to be the related to #39
As of the most recent commit this is fixed:
There's syntax highlighting to indicate commands which makes things like
something.bat
andipconfig.exe
the same color as PowerShell cmdlets likeimport-module
. The highlighting for .bat and .exe files doesn't properly detect when .bat or .exe is part of a longer word.Code to reproduce
Result of code
Using Monokai Dimmed theme for emphasis. Lines 4 and 5 have incorrect syntax highlighting.
Diagnostic info