Visual Studio Code – How to get the syntax highlighter (Rust) to highlight formatted strings correctly in VSCode?
For example, here I am expecting sum and FILENAME to be in different colors than the rest of the string literal: I am using VSCode with rust-analyzer v0.4.1395 (Pre-release). Seems like Markdown also has this problem: println!("this is a formatted…