Syntax highlighting for code like:
const helloWorld = rust`
fn main() {
println!("Hello World!");
}
`;
This package is not currently published to the marketplace. Instead you will need to package and install the extension manually.
npx vsce package
This will generate a vscode-rust-template-literals-0.1.0.vsix file. You can then install the vsix file:
code --install-extension vscode-rust-template-literals-0.1.0.vsix