View raw

1 # -*- mode: snippet -*- 2 # name: if 3 # key: if 4 # -- 5 (if (${1:condition}) 6 (${2:then}) 7 ${3:else})