EditorSyntax
EditorSyntax copied to clipboard
Syntax highlighting files for editors (VSCode, Atom, SublimeText, TextMate, etc) and GitHub!
### Issue Description PS 7 adds the && and || *pipeline chain operators*. These will need implementing in the TM grammar. ### Expected Behavior Highlight && and || like &...
Is it possible to switch YAML for editing language syntax? This idea came after visiting [Microsoft/TypeScript-TmLanguage](https://github.com/Microsoft/TypeScript-TmLanguage). ##### Short List of Reasons - Easier to read and edit - Comments would...
As was told to me early on, touching one thing breaks or discovers another, so its been difficult to find a stopping point. This PR is meant to make it...
### Environment - Editor and Version: Visual Studio Code Version: 1.35.0 (system setup) Commit: 553cfb2c2205db5f15f3ee8395bbd5cf066d357d Date: 2019-06-04T01:18:19.664Z Electron: 3.1.8 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Windows_NT ia32 10.0.17763 -...
Keys inside hashtables use the "variable.*" scope over the more specific "meta.hashtable.assignment" scope, this means you can't give keys inside hashtables a custom color that is different from variables. ...
Pleass add support for TexMate 2 (.tmbundle)
### Environment - Sublime 3176 - Monokai ### Issue Description Number modifiers are given a `keyword.other` scope, rather than something more appropriate. #### Screenshots  ### Expected Behavior the file...
### Environment macOS - Atom 1.34.0 (https://github.com/jrsconfitto/language-powershell) - VS Code 1.30.2 ### Issue Description The included snippet of code highlights correctly in VS Code. It does not highlight at all...
This is to point out some incorrect assertions in the spec tests. https://github.com/PowerShell/EditorSyntax/blob/44eac8702f3cbe55a4ec70c1fdb163d42b4162fc/spec/testfiles/syntax_test_TheBigTestFile.ps1#L428-L430 The `++` is actually the unary increment operator, and PowerShell will flag this as an error because...
### Environment - Editor and Version (VS Code, Atom, Sublime): Sublime - Your primary theme: Default (Monokai??) ### Issue Description This is all valid numbers in ps ```powershell 1.21e+3l 1.21E-3d...