yasnippet-snippets/snippets/applescript-mode/on

6 lines
55 B
Plaintext

# -*- mode: snippet -*-
# name: on
# --
on $1
$0
end $1