# -*- mode: snippet -*-
# name: until
# key: until
# --
until ${1:condition} {

}