mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
added decorations
This commit is contained in:
parent
30672c420e
commit
67641d3f5f
3 changed files with 63 additions and 3 deletions
|
@ -53,10 +53,16 @@ export class Highlighter {
|
|||
decoration('parameter'),
|
||||
decoration('constant'),
|
||||
decoration('type'),
|
||||
decoration('type.self'),
|
||||
decoration('type.generic'),
|
||||
decoration('type.param'),
|
||||
decoration('builtin'),
|
||||
decoration('text'),
|
||||
decoration('attribute'),
|
||||
decoration('literal'),
|
||||
decoration('literal.numeric'),
|
||||
decoration('literal.char'),
|
||||
decoration('literal.byte'),
|
||||
decoration('macro'),
|
||||
decoration('variable'),
|
||||
decoration('variable.mut', 'underline'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue