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

10 lines
143 B
Plaintext

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