yasnippet-snippets/snippets/applescript-mode/tell-application
2017-08-13 12:16:55 +01:00

6 lines
87 B
Plaintext

# -*- mode: snippet -*-
# name: tell-application
# --
tell application "$1"
$0
end tell