# -*- mode: snippet -*- # key: try # contributor: Translated from TextMate Snippet # name: try … finally # -- try $0 finally $1 end;