# -*- mode: snippet -*- # contributor: Alexander Sulfrian # name: try ... finally # key: try # -- try $0 finally $1 end;