EditorSyntax
EditorSyntax copied to clipboard
Syntax highlighting files for editors (VSCode, Atom, SublimeText, TextMate, etc) and GitHub!
_From @cblackuk on February 18, 2019 10:16_ - VSCode Version: >1.27.2 - OS Version: Win10, 2016, 2019 - does not matter Steps to Reproduce: On VSC with no extensions 1.27.2,...
### Environment - Editor and Version (VS Code, Atom, Sublime): Atom 1.34.0 - Your primary theme: ### Issue Description Please add highlighting of default command aliases (`sal`, `iex`, etc.) ###...
Methods look like a string when called between `$()`:  ``` Version: 1.28.0-insider (user setup) Commit: ee6a21fa49bd1906bd1378c2f2714cd656409e5c Date: 2018-09-11T05:18:39.589Z Electron: 2.0.7 Chrome: 61.0.3163.100 Node.js: 8.9.3 V8: 6.1.534.41 Architecture: x64 ```
Given `Get-ChildItem -Path . -Recurse` I cannot find a way to highlight "Path" and "Recurse". Currently I've only managed to highlight the `-`. The same goes for say "regex" in...
### Environment Version: VSCode 1.29.1 Platform: Windows 10/MacOS Mohave Theme: Powershell ISE ### Issue Description After updating VSCode, syntax highlighting for variables in Windows now bleeds into methods and properties...
The use of `variable.other.member` for properties and methods has been incredibly contentious because most themes don't colour it and some people really don't like the lack of distinction. There has...
There are multiple issues with variables as they stand now in the grammar some of which have been reported and some of which haven't: * Punctuation in variables with properties...
### Environment - Editor and Version: VS Code: 1.26.1 - Your primary theme: Monokai Dimmed ### Issue Description the stop parsing symbol, `--%` is set to scope all the way...
### Environment - Editor and Version: VS Code: 1.26.1 - Your primary theme: Monokai Dimmed ### Issue Description The NOT logical operator `!` is duplicated in the unary operator (`-split`/`-join`)...
- Editor and Version: VS Code: 1.26.1 - Your primary theme: Monokai Dimmed ### Issue Description Operators scoped immediately after a variable, without whitespace, are limited to just arithmetic `"[+%*/-]?=|[+/*%-]`...