if (112B)
1 # -*- mode: snippet -*- 2 # contributor: Mark Karpov 3 # name: if 4 # key: if 5 # -- 6 (if ${1:test} ${2:then}${3: else})