mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(language/rust): add pd and ppd debug print snippets
This commit is contained in:
5
snippets/rust-mode/pd
Normal file
5
snippets/rust-mode/pd
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: dbg!($0);
|
||||
# key: pd
|
||||
# --
|
||||
dbg!($0);
|
||||
5
snippets/rust-mode/ppd
Normal file
5
snippets/rust-mode/ppd
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: dbg!($0);
|
||||
# key: ppd
|
||||
# --
|
||||
dbg!($0);
|
||||
Reference in New Issue
Block a user