depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configs
/
shared
/
.emacs.d
/
snippets
/
rust-mode
/
for-loop
blob: 4d8e0e3bbd24d8a70ab3f7ecf8cbe1fbe824a055 (
plain
) (
blame
)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: for-loop
# key: for
# --
for $1 in $2 {
$3
}