mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -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