emacs/snippets/nim-mode/try-except

8 lines
87 B
Plaintext

# -*- mode: snippet -*-
# name: try
# key: try
# --
try:
$0
except ${1:exception}: