fedora-csb-system-manager
1# -*- mode: snippet -*-
2# name : for ... { ... }
3# --
4for $1 {
5	`%`$0
6}