struct (86B)
1 # -*- mode: snippet -*- 2 # name: type ... struct { ... } 3 # -- 4 type $1 struct { 5 `%`$0 6 }