# -*- mode: snippet -*- # name: try # key: try # -- try: $1 except ${2:Exception} as e: $0