9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: do ... ... end
|
|
# key: do
|
|
# contributor: hankail05
|
|
# --
|
|
do ${1:x}
|
|
${2:body}
|
|
end
|
|
$0 |