1 2 3 4 5 6 7 8
# -*- mode: snippet -*- # name: for-loop # key: ,f # -- for (size_t ${1:i}; ${2:cond}; ${3:inc}) { $0 }