# -*- mode: snippet -*- # contributor: Alexander Sulfrian <alexander@sulfrian.net> # name: try ... finally # key: try # -- try $0 finally $1 end;