6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: function
|
|
# --
|
|
function ${1:name} {
|
|
`%`$0
|
|
} |