1 2 3 4 5 6 7 8
# -*- mode: snippet -*- # name: for # key: <for # -- for (int i = 0; i < ${1:max}; i++) { $0 }