# -*- mode: snippet -*-
# name: catch
# key: catch
# expand-env: ((yas-indent-line 'fixed))
# group: control structure
# --
_catch ${1:cond}
	$0
_endcatch