For `println!("path {}", 1);` `rust-mode` does highlight:  But if add new line symbol between `(` and `"` `rust-mode` doesn't highlight:  `rustfmt` often inserts new lines between `(` and `"` for `format!` and `println!`