mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Address feedback
This commit is contained in:
parent
9ade271a67
commit
b08362f6d2
3 changed files with 39 additions and 42 deletions
|
@ -26,12 +26,11 @@ export class Highlighter {
|
|||
const decorations: Iterable<
|
||||
[string, vscode.TextEditorDecorationType]
|
||||
> = [
|
||||
colorContrib('background'),
|
||||
colorContrib('comment'),
|
||||
colorContrib('string'),
|
||||
colorContrib('unsafe'),
|
||||
colorContrib('keyword'),
|
||||
colorContrib('control'),
|
||||
colorContrib('keyword.control'),
|
||||
colorContrib('keyword.unsafe'),
|
||||
colorContrib('function'),
|
||||
colorContrib('parameter'),
|
||||
colorContrib('builtin'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue