2016-02-18 14:53:30 +01:00

7 lines
90 B
Plaintext

# -*- mode: snippet -*-
# name: for
# key: for
# --
for ${1:var} = ${2:expr}
$0
endfor