about summary refs log tree commit diff
path: root/crates/ide/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ide/src')
-rw-r--r--crates/ide/src/highlight_related.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ide/src/highlight_related.rs b/crates/ide/src/highlight_related.rs
index 71e7a8544e6..e442cf7c4fa 100644
--- a/crates/ide/src/highlight_related.rs
+++ b/crates/ide/src/highlight_related.rs
@@ -424,6 +424,7 @@ macro_rules! foo {
 foo!(bar$0);
   // ^^^
   // ^^^
+  // ^^^
 fn foo() {
     let bar: bar = bar();
           // ^^^
@@ -442,6 +443,7 @@ macro_rules! foo {
 
 foo!(bar);
   // ^^^
+  // ^^^
 fn foo() {
     let bar: bar$0 = bar();
           // ^^^