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

The ternary operator will soon be added to the PowerShell language, which may cause syntax colorization issue. Open this issue to track the possible changes needed in this repo.

It's easy from screenshot. Inconsistent `Export-Member`: ![psvscode-colorcoding](https://user-images.githubusercontent.com/1194228/84270830-9762cf00-ab2b-11ea-9e19-814992f4beaf.PNG) Thank you, Giacomo S. S.

From @scriptingstudio in https://github.com/microsoft/vscode/issues/97404 ### Environment - Editor and Version (VS Code, Atom, Sublime): VS Code Version: 1.46.0-insider (user setup) also happens on 1.45 Commit: 288852d8c26d797974bfb8aed06e1bff9b809223 Date: 2020-05-12T05:43:31.363Z Electron: 7.2.4...

### Environment - Editor and Version: VS Code Version: 1.41.1 (user setup) Commit: 26076a4de974ead31f97692a0d32f90d735645c0 Date: 2019-12-18T14:58:56.166Z Electron: 6.1.5 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 10.0.17763 - Your...

### Environment - VS Code 1.41.1 - Your primary theme: "PowerShell ISE" ### Issue Description Insufficient contrast between = ! - , and the background, and exacerbated when the use...

### Environment - Editor and Version (VS Code, Atom, Sublime): VS Code 1.41.1 - OS: Windows 10 - PowerShell: 5.1 - Theme: Dark+ I tested the code snippet below with...

### Environment - Editor and Version (VS Code, Atom, Sublime): vscode 1.42.0-insiders - Your primary theme: Monokai ### Issue Description From my tests, this seems to only happen if the...

### System Details Can provide if necessary ### Issue Description Syntax highlighting does not work for relative path modules with the `using module` syntax. #### Expected Behaviour Syntax highlighting like...

### Environment - Editor and Version (VS Code, Atom, Sublime): - Your primary theme: Dark ### Issue Description New feature added to PowerShell https://github.com/PowerShell/PowerShell/pull/10636 for null coalescing operators. New feature...

This is a tracking issue to add support for the `@@` inline splatting syntax as part of the wider generalized splatting syntax. Pending merge of this PR: https://github.com/PowerShell/PowerShell/pull/10073