# -*- mode: snippet -*- # name: fori # key: fori # -- for (int $1 = 0; $1 < $2; $1++) { $3 }