# -*- mode: snippet -*- # contributor: USAMI Kenta # name: if # key: if # group : control structure # -- if (${1:condition}) { $0 }