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