mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
highlight mutable variables differently
This commit is contained in:
parent
a15a278308
commit
4abe03879b
7 changed files with 110 additions and 51 deletions
|
@ -56,6 +56,7 @@ export class Highlighter {
|
|||
colorContrib('literal'),
|
||||
colorContrib('macro'),
|
||||
colorContrib('variable'),
|
||||
colorContrib('variable.mut'),
|
||||
colorContrib('field'),
|
||||
colorContrib('module')
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue