mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Code: bump deps
This commit is contained in:
parent
6b1c2ee168
commit
c7dc067104
4 changed files with 253 additions and 418 deletions
|
@ -40,9 +40,10 @@ export class Highlighter {
|
|||
return [tag, decor];
|
||||
};
|
||||
|
||||
const decorations: Iterable<
|
||||
[string, vscode.TextEditorDecorationType]
|
||||
> = [
|
||||
const decorations: Iterable<[
|
||||
string,
|
||||
vscode.TextEditorDecorationType
|
||||
]> = [
|
||||
decoration('comment'),
|
||||
decoration('string'),
|
||||
decoration('keyword'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue