init
This commit is contained in:
5
snippets/rust-mode/print
Normal file
5
snippets/rust-mode/print
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: print!("{}", value);
|
||||
# key: print
|
||||
# --
|
||||
print!("${1:{\}}", $2);
|
||||
Reference in New Issue
Block a user