# -*- mode: snippet -*- # name: foreach (...) { ... } # key: fore # -- foreach ($1) { $0 }