PowerShell / EditorSyntax

PowerShell syntax highlighting for editors (VS Code, Atom, SublimeText, TextMate, etc.) and GitHub!
MIT License
133 stars 45 forks source link

Double click highlighting Enhancement #53

Closed ghost closed 6 years ago

ghost commented 7 years ago

In PowerGUI tool, if i double clicked on $a for instance, it would highlight not only the 'a' but also the '$'.

Update your editor to do the same.

omniomi commented 6 years ago

Hi @jbruns2015, this repository is for issues with syntax highlighting. This behaviour would be controlled either by Microsoft/vscode or PowerShell/vscode-powershell. That said it appears to highlight the whole thing now so perhaps this was changed at some point since this was opened:

highlight