1 2 3 4 5 6 7 8
# -*- mode: snippet -*- # name: try # key: try # -- try: $1 except ${2:Exception} as e: $0