9 lines
165 B
Text
9 lines
165 B
Text
|
# -*- mode: snippet; require-final-newline: nil -*-
|
||
|
# name: Shortcut
|
||
|
# key: s
|
||
|
# --
|
||
|
<Shortcut displayName="$1"
|
||
|
icon="$2"
|
||
|
to="$3">
|
||
|
$0
|
||
|
</Shortcut>
|