if (84B)
1 # -*- mode: snippet -*- 2 # name: if 3 # key: if 4 # contributor : @mjf 5 # -- 6 if $1 { 7 $0 8 }