emacs/snippets/swift-mode/fori

7 lines
77 B
Plaintext

# -*- mode: snippet -*-
# name: fori
# key: fori
# --
for $1 in $2 {
$0
}