We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Consider:
fn main() { let a = r"abc\"; let b = br"abc\"; let c = cr"abc\"; }
playground
The first let statement works but for the rest the highlighting treats them as escaped strings rather than being raw.