We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4296cc3 commit 7bea1d8Copy full SHA for 7bea1d8
crates/ide/src/syntax_highlighting.rs
@@ -50,6 +50,7 @@ pub struct HlRange {
50
// We also give special modifier for `mut` and `&mut` local variables.
51
//
52
// image::https://user-images.githubusercontent.com/48062697/113164457-06cfb980-9239-11eb-819b-0f93e646acf8.png[]
53
+// image::https://user-images.githubusercontent.com/48062697/113187625-f7f50100-9250-11eb-825e-91c58f236071.png[]
54
pub(crate) fn highlight(
55
db: &RootDatabase,
56
file_id: FileId,
0 commit comments