mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Ignore strings in token trees in syntax highlighting
This commit is contained in:
parent
4525787ed5
commit
9b7ec5e31b
4 changed files with 30 additions and 8 deletions
|
@ -606,8 +606,8 @@ impl<'db> SemanticsImpl<'db> {
|
|||
}
|
||||
Dp::None => true,
|
||||
};
|
||||
res = value;
|
||||
if is_a_match {
|
||||
res = value;
|
||||
ControlFlow::Break(())
|
||||
} else {
|
||||
ControlFlow::Continue(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue