EditorSyntax
EditorSyntax copied to clipboard
Syntax highlighting files for editors (VSCode, Atom, SublimeText, TextMate, etc) and GitHub!
### Environment - Sublime 3176 - Monokai ### Issue Description Cmdlet parameters are scoped as assignment operators... #### Screenshots  ### Expected Behavior The scope of the `-` should be...
_From @SteveL-MSFT on May 17, 2017 22:58_ $foo?bar = 1 "$foo?bar" only $foo is highlighted as a variable, this causes confusion to the customer as PowerShell treats $foo?bar as the...
I'd like to have a discussion where we decide on the "correct" scope names for all PowerShell language constructs. This will mean much less work when doing updates to the...
In the following snippet ```powershell Get-AzureVMImage | where ImageFamily -eq $imageFamily | sort PublishedDate -Descending | select -ExpandProperty ImageName -First 1 ``` the aliases `sort` and `select` are not highlighted...
 [many ways](https://kevinmarquette.github.io/2017-01-13-powershell-variable-substitution-in-strings/) to concatenate strings in powershell. Relatively newer but becoming popular one is format string where {0} {1} {2}.. are treated as placeholders inside string. Would be great...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the latest version - [x] Search the existing issues. ### Steps...
### Prerequisites - [x] I have written a descriptive issue title. - [x] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...