SublimeText / PowerShell

Support for the MS PowerShell programming language.
MIT License
313 stars 78 forks source link

Not handling syntax correctly with docker-machine #158

Closed mathew-ferry13 closed 6 years ago

mathew-ferry13 commented 6 years ago

The command below is valid powershell syntax, but the highlighting does not believe the string is terminated:

$ErrMsg = $(docker-machine ls --filter name=MachineName --format "{{.Error}}")

vors commented 6 years ago

Looks like https://github.com/PowerShell/EditorSyntax handles it correctly. We are planning to switch to their grammar soon. Stay tuned.