mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
Change template file prefix from @@ to __
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