diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-02 07:55:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-02 07:55:11 +0000 |
| commit | 98f7842e408587fdaca3d15d8eda677b689a035a (patch) | |
| tree | 8640d85d6978df48789ef5d36a80ebe030426311 /editors/code/package.json | |
| parent | 2883b299a7282b548fab389e43f1c45c0e51548a (diff) | |
| parent | 309fc701559088d630121ffccb114422ff18460c (diff) | |
| download | rust-98f7842e408587fdaca3d15d8eda677b689a035a.tar.gz rust-98f7842e408587fdaca3d15d8eda677b689a035a.zip | |
Merge #3820
3820: Remove old syntax highlighting r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 1d90e4298f7..946145df80b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -182,16 +182,6 @@ "default": false, "description": "Use proposed semantic tokens API for syntax highlighting" }, - "rust-analyzer.highlightingOn": { - "type": "boolean", - "default": false, - "description": "Highlight Rust code (overrides built-in syntax highlighting)" - }, - "rust-analyzer.rainbowHighlightingOn": { - "type": "boolean", - "default": false, - "description": "When highlighting Rust code, use a unique color per identifier" - }, "rust-analyzer.featureFlags": { "type": "object", "default": {}, |
