1 2 3 4 5 6 7
# -*- mode: snippet -*- # name: impl Type { ... } # key: impl # -- impl ${1:Type} { $0 }