mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
highlight mutable variables differently
This commit is contained in:
parent
a15a278308
commit
4abe03879b
7 changed files with 110 additions and 51 deletions
|
@ -38,7 +38,7 @@ use ra_text_edit::AtomTextEdit;
|
|||
use crate::syntax_node::GreenNode;
|
||||
|
||||
pub use crate::{
|
||||
ast::AstNode,
|
||||
ast::{AstNode, Pat, PatKind},
|
||||
parsing::{classify_literal, tokenize, Token},
|
||||
ptr::{AstPtr, SyntaxNodePtr},
|
||||
syntax_error::{Location, SyntaxError, SyntaxErrorKind},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue