# -*- mode: snippet -*- # name: for # key: for # -- for (${1:i} in ${2:iFirst} to ${3:iLast}) { $0 };