bors[bot] 07060b3daa
Merge #4654
4654: Add semantic highlight to ? operator r=matklad a=ruabmbua

Made it an operator with controlFlow modifier.

To highlight in vscode as red:

```json
"editor.semanticTokenColorCustomizations": {
        "enabled": true,
        "rules": {
            "operator.controlFlow": "#ff0000",
        }
}
```

![Bildschirmfoto von 2020-05-29 21-32-06](https://user-images.githubusercontent.com/2522373/83297998-f3585a00-a1f3-11ea-9d14-4ef04b9b6b9a.png)

https://github.com/rust-analyzer/rust-analyzer/issues/4597


Co-authored-by: Roland Ruckerbauer <roland.rucky@gmail.com>
2020-05-30 08:26:04 +00:00
..
2020-05-30 08:01:00 +00:00
2020-05-25 13:35:52 -04:00
2020-05-15 02:09:30 +02:00
2020-05-02 11:21:39 +02:00
2020-05-27 13:22:26 +00:00
2020-05-30 07:52:07 +00:00
2020-05-22 18:04:26 +02:00
2020-05-16 22:20:44 +02:00
2020-05-10 06:39:36 +08:00
2020-05-09 22:20:11 +03:00
2020-05-20 01:23:05 +02:00