1 # module and export all
3 -module(${1:`Filename('', 'my')`}).
5 -compile([export_all]).
14 -define(${1:macro}, ${2:body}).${3}
17 -export([${1:function}/${2:arity}]).
20 -include("${1:file}").${2}
23 -behaviour(${1:behaviour}).${2}
32 case ${1:expression} of
38 -record(${1:record}, {
39 ${2:field}=${3:value}}).${4}