EditorSyntax icon indicating copy to clipboard operation
EditorSyntax copied to clipboard

Syntax highlighting files for editors (VSCode, Atom, SublimeText, TextMate, etc) and GitHub!

Results 70 EditorSyntax issues
Sort by recently updated
recently updated
newest added

### Environment - Sublime 3176 - Monokai ### Issue Description Cmdlet parameters are scoped as assignment operators... #### Screenshots ![image](https://user-images.githubusercontent.com/11882719/40775181-1df4f038-64d0-11e8-9434-2b6ae5c45461.png) ### Expected Behavior The scope of the `-` should be...

bug
enhancement

_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...

bug

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...

discussion

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...

bug

![showit](https://i.imgur.com/qDjqP0q.png) [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...

enhancement

### 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. -...

Issue-Bug
Needs: Triage :mag:

### 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. -...

Issue-Bug