mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 03:14:30 +00:00
Fix highlighting token names
This commit is contained in:
parent
7191dd7d53
commit
1c8467e20a
4 changed files with 7 additions and 7 deletions
|
@ -52,12 +52,12 @@ export class Highlighter {
|
|||
decoration('function'),
|
||||
decoration('parameter'),
|
||||
decoration('constant'),
|
||||
decoration('type'),
|
||||
decoration('type.self'),
|
||||
decoration('type.builtin'),
|
||||
decoration('type.generic'),
|
||||
decoration('type.param'),
|
||||
decoration('type.lifetime'),
|
||||
decoration('builtin'),
|
||||
decoration('type.param'),
|
||||
decoration('type.self'),
|
||||
decoration('type'),
|
||||
decoration('text'),
|
||||
decoration('attribute'),
|
||||
decoration('literal'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue