EditorSyntax icon indicating copy to clipboard operation
EditorSyntax copied to clipboard

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

Results 68 EditorSyntax issues
Sort by recently updated
recently updated
newest added
trafficstars

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

_From @Satak on November 24, 2015 7:49_ The whole enumeration / enum keyword feels like it's not implemented to have a support for it. Doesn't highlight the keyword or it's...

enhancement

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [X] I have...

Issue-Bug
Area-Code Formatting
Needs: Triage :mag:

PR https://github.com/PowerShell/PowerShell/pull/12412#issuecomment-1023470022 introduced support for supplying type parameters to generic methods, e.g.: ```powershell [Array]::Empty[int]() ``` While it kind of looks like it's already working (`[int]` is being highlighted the same...

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [X] I have...

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [X] I have...

`"editor.semanticHighlighting.enabled": true` is on ### System Details System Details (Click to Expand) System Details Output ``` ### VSCode version: 1.56.2 054a9295330880ed74ceaedda236253b4f39a335 x64 ### VSCode extensions: [email protected] [email protected] [email protected] [email protected] [email protected]...

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [X] I have...

This PR demonstrates a nearly complete conversion of the syntax rules for the purpose of full statement syntaxing. Again, this PR is for feedback, and not entirely intended to be...

### Environment - Editor and Version VS Code - Your primary theme: High Contrast Default ### Issue Description The character `*` is not recognized as part of a function/cmdlet name...