# -*- mode: snippet -*- # key: while # contributor: Translated from TextMate Snippet # name: Loop # -- while ($1) { ${2:# body...} }