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