6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
# name: sub ... { ... }
|
|
# key: sub
|
|
# --
|
|
sub ${1:function_name} {
|
|
$0
|
|
} |