Files
2024-04-30 07:08:23 +02:00

9 lines
144 B
Plaintext

# -*- mode: snippet -*-
# name: function(...) ... end
# key: fun
# contributor: hankail05
# --
function ${1:fun}(${2:args})
${3:body}
end
$0