8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: fun
|
|
# key: fun
|
|
# --
|
|
function ($1)
|
|
$0
|
|
end
|