Alex Ross
Alex Ross
From @rustka in https://github.com/microsoft/vscode/issues/81085 Rust's syntax highlighting breaks after using `impl` keyword as a [raw identifier](https://doc.rust-lang.org/1.37.0/rust-by-example/compatibility/raw_identifiers.html). --- - VSCode version: 1.38.1 - OS version: Linux x64 ## Steps to reproduce:...
From @ExoticMatter in https://github.com/microsoft/vscode/issues/95782 VSCode Version: 1.44.2 When raw string literals that use `##`s appear in attributes in a Rust file, syntax highlighting breaks. Steps to Reproduce: 1. Copy the...
From @ylxdzsw in https://github.com/microsoft/vscode/issues/77380: (originally reported [here](https://github.com/rust-lang/rls-vscode/issues/623)) Currently the grammar does not recognize bit shifting punctuations inside type parameters. Example: ```rust fn main() { let a = unsafe { std::mem::uninitialized::
_From @nox on February 2, 2019 15:15_ I'm tired of seeing `char`, `bool`, etc being highlighted differently than `Arc` etc, especially when `char` and friends can appear in module paths,...
Hello 👋 I work on the commenting API in VS Code, and I'm opening this issue because this repository contains usages of the commenting API. We recently noticed that even...
Fixes #157273
Fixes #157273
Originally from @SNvMK in https://github.com/microsoft/vscode/issues/120734 So, in python 3.10, there is match/case syntax. Currently, it is just white words(for monokai). I'd like if you add highlight for this. Thanks ...
* **Editor name and version**: VS Code 1.67 * **Platform**: all * **Color scheme**: all * **MagicPython version**: commit c9b3409deb69acec31bbf7913830e93a046b30cc * **A sreenshot**:  * **5-10 lines of surrounding code**:...