mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
Add rust-mode support
This commit is contained in:
5
private/templates/rust-mode/@@main.rs
Normal file
5
private/templates/rust-mode/@@main.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use std::io;
|
||||
|
||||
fn main() {
|
||||
${0:println!("Hello, world!");}
|
||||
}
|
Reference in New Issue
Block a user