diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-30 08:26:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-30 08:26:04 +0000 |
| commit | 07060b3daa9592090da45245ea13c28304449d9d (patch) | |
| tree | 7105d929653cdd471c573ad24f52cefc5146d580 /docs/dev/debugging.md | |
| parent | 5d8402817044ac4039c7315e70565d6b0414b9d3 (diff) | |
| parent | 18aa4bcb0328393db0c20de0241e1e9606901144 (diff) | |
| download | rust-07060b3daa9592090da45245ea13c28304449d9d.tar.gz rust-07060b3daa9592090da45245ea13c28304449d9d.zip | |
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",
}
}
```

https://github.com/rust-analyzer/rust-analyzer/issues/4597
Co-authored-by: Roland Ruckerbauer <roland.rucky@gmail.com>
Diffstat (limited to 'docs/dev/debugging.md')
0 files changed, 0 insertions, 0 deletions
