# -*- mode: snippet -*- # name: while (...) { ... } # key: while # -- while ($1) { $0 }